@@ -0,0 +1,12 @@
import App from './App.uvue'
import { createSSRApp } from 'vue'
import i18n from './i18n/index.uts' // 使用智能目录处理配置
export function createApp() {
const app = createSSRApp(App)
app.use(i18n)
return {
app
}
The note is not visible to the blocked user.