Skip to content

Commit

Permalink
refactor: temp
Browse files Browse the repository at this point in the history
  • Loading branch information
Probe001 committed Jun 10, 2023
1 parent 9ddc584 commit 23e1701
Show file tree
Hide file tree
Showing 8 changed files with 14,665 additions and 250 deletions.
14,372 changes: 14,372 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"core-js": "^3.8.3",
"css-loader": "^6.8.1",
"pinia": "^2.1.3",
"pinia-plugin-persistedstate": "^3.1.0",
"register-service-worker": "^1.7.2",
"vue": "^3.2.13",
"vue-router": "^4.0.3",
Expand Down
2 changes: 2 additions & 0 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ import {createApp} from 'vue';
import App from './App.vue';
import router from './router';
import {createPinia} from 'pinia';
import piniaPluginPersistedstate from 'pinia-plugin-persistedstate';

const pinia = createPinia();
pinia.use(piniaPluginPersistedstate);

const app = createApp(App);

Expand Down
Loading

0 comments on commit 23e1701

Please sign in to comment.