13937891274
2022-08-03 f931c3a8fe0a7bf5c59c3cd75b9f3b017d1d84be
1
2
3
4
5
6
7
8
// https://pinia.vuejs.org/
import { createPinia } from 'pinia';
 
// 创建
const pinia = createPinia();
 
// 导出
export default pinia;