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