摘要: import { defineStore } from 'pinia' import { ref } from 'vue' export const empStore = defineStore( 'big-stustore', () => { // 声明数据 state - count const 阅读全文
posted @ 2023-11-22 17:40 菜鸟de博客 阅读(14) 评论(0) 推荐(0)