UNPKG

@opentiny/tiny-toolkit-pro

Version:

TinyPro Vue:开箱即用、前后端分离的 Vue 后台管理模板

11 lines (8 loc) 344 B
import { createPinia } from 'pinia'; import useAppStore from './modules/app'; import useUserStore from './modules/user'; import useTabBarStore from './modules/tab-bar'; import { useTabStore } from './modules/tabs'; const pinia = createPinia(); export { useAppStore, useUserStore, useTabBarStore, useTabStore}; export default pinia;