|
|
|
@ -52,6 +52,7 @@ import ReadingFoodPage from './components/ReadingFoodPage'
|
|
|
|
|
import Magiun3 from './components/Magiun3'
|
|
|
|
|
import AmroTimes from './components/AmroTimes'
|
|
|
|
|
import ATNOFSPage from './components/ATNOFSPage'
|
|
|
|
|
import WellsPage from './components/WellsPage'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Vue.config.productionTip = false
|
|
|
|
@ -91,7 +92,9 @@ const router = new VueRouter({
|
|
|
|
|
{ path: '/readingfood', component: ReadingFoodPage },
|
|
|
|
|
{ path: '/magiun3', component: Magiun3 },
|
|
|
|
|
{ path: '/amrotimes', component: AmroTimes },
|
|
|
|
|
{ path: '/atnofs', component: ATNOFSPage }
|
|
|
|
|
{ path: '/atnofs', component: ATNOFSPage },
|
|
|
|
|
{ path: '/wells', component: WellsPage }
|
|
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
})
|
|
|
|
|