import Vue from 'vue' import VueRouter from 'vue-router' Vue.use(VueRouter) //Vue中使用router外掛const routes = [ //路由設定,設定路由路徑與 ...
確定! 回上一頁