/*
|
* @Author: shuishen 1109946754@qq.com
|
* @Date: 2024-10-25 11:35:03
|
* @LastEditors: shuishen 1109946754@qq.com
|
* @LastEditTime: 2024-10-28 18:16:57
|
* @FilePath: \bigScreen\src\store\index.js
|
* @Description:
|
*
|
* Copyright (c) 2024 by shuishen, All Rights Reserved.
|
*/
|
//import { storeToRefs } from 'pinia'
|
import useAppStore from './modules/appStore'
|
//import userStore from './modules/userStore'
|
|
|
export default {
|
useAppStore,
|
// userStore,
|
}
|