Files

13 lines
231 B
JavaScript
Raw Normal View History

2024-02-22 18:37:23 +08:00
/**
* @name: storeIndex
* @author: kahu4
* @date: 2024-02-21 17:28
* @description暴露公共store
* @update: 2024-02-21 17:28
* */
import { createPinia } from "pinia";
const store = createPinia();
export default store;