This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
zhaohurui
/
Jeff.RFID.UI
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
765311da99
Rami (Branch)
Tag
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
Cronologia
Originale
1
2
3
4
5
import { reactive } from 'vue'
export const systemStore = reactive({
stepRange: [0, 5, 10, 20]
})