Browse Source

upd: doc && demo

suzigang 4 years ago
parent
commit
e2097944dd
2 changed files with 1 additions and 1 deletions
  1. 0 0
      src/sites/mobile/components/IndexTaro.vue
  2. 1 1
      src/sites/mobile/router.ts

src/sites/mobile/components/Index-taro.vue → src/sites/mobile/components/IndexTaro.vue


+ 1 - 1
src/sites/mobile/router.ts

@@ -1,6 +1,6 @@
 import { createRouter, createWebHashHistory, RouteRecordRaw } from 'vue-router';
 import Index from './components/Index.vue';
-import IndexTaro from './components/Index-Taro.vue';
+import IndexTaro from './components/IndexTaro.vue';
 const routes: Array<RouteRecordRaw> = [
   {
     path: '/',