创建uniapp基础形态

This commit is contained in:
2026-07-15 17:39:10 +08:00
parent 743c5cb4eb
commit 11e0763766
22 changed files with 5311 additions and 43 deletions
+2
View File
@@ -1,5 +1,6 @@
import App from './App'
import uviewPlus from 'uview-plus'
import FaIcon from '@/components/FaIcon.vue'
// #ifndef VUE3
import Vue from 'vue'
@@ -19,6 +20,7 @@ import {
export function createApp() {
const app = createSSRApp(App)
app.use(uviewPlus)
app.component('FaIcon', FaIcon)
return {
app
}