This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
zhaohurui
/
Jeff.RFID.UI
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
765311da99
Ramas
Etiquetas
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
Histórico
Raw
1
2
3
4
5
import { reactive } from 'vue'
export const systemStore = reactive({
stepRange: [0, 5, 10, 20]
})