|
@@ -25,7 +25,7 @@ import {
|
|
import {reactive} from "vue";
|
|
import {reactive} from "vue";
|
|
|
|
|
|
const hightLightSomeOne = reactive([
|
|
const hightLightSomeOne = reactive([
|
|
- { name: '50m', status: false },
|
|
|
|
|
|
+ // { name: '50m', status: false },
|
|
{ name: '100m', status: false }
|
|
{ name: '100m', status: false }
|
|
])
|
|
])
|
|
|
|
|