From 3af254f1b36e7722673fcebe110da524b276105c Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期一, 30 十二月 2024 17:56:04 +0800
Subject: [PATCH] 最新版本541200007
---
pda/main.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/pda/main.js b/pda/main.js
index a53fc06..bc62144 100644
--- a/pda/main.js
+++ b/pda/main.js
@@ -32,6 +32,7 @@
import { createSSRApp } from 'vue'
export function createApp() {
const app = createSSRApp(App)
+ app.use(uView)
return {
app
}
--
Gitblit v1.9.3