gx
chenyc
2025-03-11 989c7e9b81da8aaa56c7d695dc0e24e1f49c1098
1
2
3
4
5
6
7
8
// https://pinia.vuejs.org/
import { createPinia } from 'pinia';
 
// 创建
const pinia = createPinia();
 
// 导出
export default pinia;