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