Add AutoRobot directory with Windows line endings
This commit is contained in:
1016
AutoRobot/Windows/Robot/Web/src/store/dockPanelStore.js
Normal file
1016
AutoRobot/Windows/Robot/Web/src/store/dockPanelStore.js
Normal file
File diff suppressed because it is too large
Load Diff
9
AutoRobot/Windows/Robot/Web/src/store/index.js
Normal file
9
AutoRobot/Windows/Robot/Web/src/store/index.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import { createPinia } from 'pinia'
|
||||
|
||||
// 创建pinia实例
|
||||
const pinia = createPinia()
|
||||
|
||||
export default pinia
|
||||
|
||||
// 导出dockPanelStore模块
|
||||
export { useDockPanelStore } from './dockPanelStore'
|
||||
Reference in New Issue
Block a user