移动系统liao
2025-06-23 4de81e21e02e4bd30fc60bfd9c2ea9dce02abdb5
1
2
3
4
5
6
7
8
// https://pinia.vuejs.org/
import { createPinia } from 'pinia';
 
// 创建
const pinia = createPinia();
 
// 导出
export default pinia;