This commit is contained in:
2023-08-15 13:30:58 +08:00
parent c081f0fc29
commit b444858bda
30 changed files with 984 additions and 3 deletions

View File

@@ -1,5 +1,4 @@
import { createApp } from "vue";
import { createPinia } from 'pinia'
import "./app.scss";
@@ -9,6 +8,4 @@ const App = createApp({
// 入口组件不需要实现 render 方法,即使实现了也会被 taro 所覆盖
});
App.use(createPinia())
export default App;