update 优化代码 统一store用法
parent
98728828ad
commit
7feead9afc
@ -1,3 +1,5 @@
|
||||
import { createPinia } from "pinia";
|
||||
|
||||
const store = createPinia();
|
||||
|
||||
export default store;
|
||||
|
||||
Loading…
Reference in New Issue