diff --git a/main.js b/main.js index 331e127..f482415 100644 --- a/main.js +++ b/main.js @@ -1,10 +1,8 @@ import App from './App' -import store from './store' import { createSSRApp } from 'vue' export function createApp() { const app = createSSRApp(App) - app.use(store) return { app } diff --git a/pages/index/index.vue b/pages/index/index.vue index f40d623..4c33824 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -57,8 +57,8 @@