import { reactive } from 'vue' export const systemStore = reactive({ stepRange: [0, 5, 10, 20] })