mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2026-09-13 07:43:43 +08:00
6 lines
90 B
TypeScript
6 lines
90 B
TypeScript
import { createPinia } from 'pinia';
|
|
|
|
const store = createPinia();
|
|
|
|
export default store;
|