自定义指令

This commit is contained in:
X1627315083@163.com
2026-05-14 14:55:42 +08:00
parent 281d9e9481
commit c48d2091cf
8 changed files with 132 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
import type { RouteRecordRaw } from 'vue-router'
import AboutView from './pages/AboutView.vue'
import ContactView from './pages/ContactView.vue'
import HomeView from './pages/HomeView.vue'
import HomeView from './pages/home/index.vue'
import ProductsView from './pages/ProductsView.vue'
export const routes: RouteRecordRaw[] = [