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