wangxy 4 kuukautta sitten
vanhempi
commit
e49a0a264f
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      main.js

+ 0 - 1
main.js

@@ -3,7 +3,6 @@ import { createSSRApp } from 'vue'
 import App from './App.vue'
 import { createPinia } from 'pinia'
 import {state,setGlobalVariable} from './common/prototype.js'//全局挂载
-const pinia = createPinia()
 // 创建Vue应用实例
 export function createApp() {
     const app = createSSRApp(App)