/** * Pinia 状态管理入口 */ import { createPinia } from 'pinia' // 创建 pinia 实例 const pinia = createPinia() export default pinia