mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-13 14:13:47 +08:00
smart-app alpha 版本
This commit is contained in:
12
smart-app/src/store/index.js
Normal file
12
smart-app/src/store/index.js
Normal file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
* pinia 状态管理
|
||||
*
|
||||
* @Author: 1024创新实验室-主任:卓大
|
||||
* @Date: 2022-09-06 20:58:09
|
||||
* @Wechat: zhuda1024
|
||||
* @Email: lab1024@163.com
|
||||
* @Copyright 1024创新实验室 ( https://1024lab.net ),Since 2012
|
||||
*/
|
||||
import * as pinia from 'pinia';
|
||||
|
||||
export const store = pinia.createPinia();
|
||||
Reference in New Issue
Block a user