浏览代码

upd: doc && demo

suzigang 4 年之前
父节点
当前提交
e2097944dd
共有 2 个文件被更改,包括 1 次插入1 次删除
  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: '/',