CODING ๐ป/VUE ๐ฅ
#05 VUE ๊ฒฝ๋ก ์ ํ์ ํ์ด์ง ์ ๋ชฉ ๋ณํ๊ธฐ
Joo's
2021. 10. 6. 17:13
routes:[ {path:"/", component:ABC} ] ์
component:ABC ๋ค์
meta:{title: 'ํ์ด์ง์ด๋ฆ'}}
์ ๋ฃ๊ณ
router.beforeEach((to, from, next) => {
if (to.meta.title) {document.title = to.meta.title} next( ) })
๋ฅผ ๋ฃ์ผ๋ฉด!
์~~~~~~~~์๋ฒฝํด ..! ๋.
์ถ์ฒ ๋ฐ ์ฐธ๊ณ ๐ https://krcoder.com/p/121903