mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-14 16:07:32 +08:00
6 lines
90 B
TypeScript
6 lines
90 B
TypeScript
import { createPinia } from 'pinia';
|
|
|
|
const store = createPinia();
|
|
|
|
export default store;
|