mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-16 22:26:37 +08:00
4 lines
85 B
TypeScript
4 lines
85 B
TypeScript
import { createPinia } from 'pinia'
|
|
const store = createPinia()
|
|
|
|
export default store |