服务详情数据

This commit is contained in:
zhaotiantian
2023-11-21 18:25:27 +08:00
parent e73c95296c
commit 086f03d3f6
7 changed files with 144 additions and 10 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import {createApp} from 'vue'
import App from './App.vue'
import './assets/less/index.less';
createApp(App).mount('#app')