CODING ๐Ÿ’ป/VUE ๐Ÿ”ฅ

#05 VUE ๊ฒฝ๋กœ ์ „ํ™˜์‹œ ํŽ˜์ด์ง€ ์ œ๋ชฉ ๋ณ€ํ•˜๊ธฐ

Joo's 2021. 10. 6. 17:13

router.js

routes:[ {path:"/", component:ABC} ] ์˜

component:ABC ๋’ค์—

meta:{title: 'ํŽ˜์ด์ง€์ด๋ฆ„'}}

์„ ๋„ฃ๊ณ 

 

main.js

router.beforeEach((to, from, next) => {

  if (to.meta.title) {document.title = to.meta.title} next( ) })

 

๋ฅผ ๋„ฃ์œผ๋ฉด!

 

 

์™€~~~~~~~~์™„๋ฒฝํ•ด ..! ๋.

 

 

 

์ถœ์ฒ˜ ๋ฐ ์ฐธ๊ณ  ๐Ÿ˜ https://krcoder.com/p/121903