Vue 새로고침 시 router 가 초기화 될 때
막상 해결하고 보니 너무 어이가 없었던 오늘 겪었던 오류 한가지를 소개해 드립니다. 1. App.vue 2. main.js import Vue from 'vue' import Router from 'vue-router' import App from './App' const router = new Router({ mode: 'history', routes: [ {path: '', name: 'home', view: 'Home' }, {path: 'new', name: 'new', view: 'New' }, {path: '*', redirect: '/'} ] }) Vue.use(Router) new Vue({ router, render: h => h(App) }).$mount('#app') 위 코드에서 보시..
dev/vue
2021. 5. 11. 17:03
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- Add AVD
- ec2
- 로그
- 한글 like
- MariaDB
- vue ios
- ag-grid
- Vue 다국어
- vue
- Galaxy Emulator
- 갤럭시 에뮬레이터
- v-iterator
- 긴급재난지원금
- dynamic component
- i18n
- Android Studio Emulator
- vs code flutter
- vs code fultter debug
- ag grid
- 경로 초기화
- aws
- 다국어
- nativescript-vue
- vue android
- AVD
- 에뮬레이터
- session stroage
- vue mobile
- 플러터 디버그
- vuex-persistedstate
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
글 보관함