mirror of
https://github.com/Dichgrem/Vue.git
synced 2025-12-18 06:22:00 -05:00
refactor:use_pinia
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { createApp } from "vue";
|
||||
import { createPinia } from "pinia";
|
||||
import App from "./App.vue";
|
||||
import "./assets/global.css";
|
||||
|
||||
createApp(App).mount("#app");
|
||||
createApp(App).use(createPinia()).mount("#app");
|
||||
|
||||
Reference in New Issue
Block a user