wujingjing
2024-12-12 fd1c66e742b055b20c97c2cc7b2623c4c344fcf7
1
2
3
4
5
6
7
8
// https://pinia.vuejs.org/
import { createPinia } from 'pinia';
 
// 创建
const pinia = createPinia();
 
// 导出
export default pinia;