This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
zhaohurui
/
Jeff.RFID.UI
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Yêu cầu kéo về
0
Wiki
Tree:
765311da99
Branches
Tags
develop-1.0.0
develop-2.0.0
develop-2.0.0-gong
master
Jeff.RFID.UI
/
src
/
store
/
systemStore.ts
systemStore.ts
101 B
Lịch sử
Raw
1
2
3
4
5
import { reactive } from 'vue'
export const systemStore = reactive({
stepRange: [0, 5, 10, 20]
})