fix(spec-helper): fix typescript syntax error in specData ref definition
This commit is contained in:
@ -50,7 +50,7 @@ interface SpecItem {
|
||||
|
||||
const expanded = ref(false)
|
||||
const filterText = ref('')
|
||||
const specData = ref<SpecItem[]([])
|
||||
const specData = ref<SpecItem[]>([])
|
||||
|
||||
const toggle = () => {
|
||||
expanded.value = !expanded.value
|
||||
|
||||
Reference in New Issue
Block a user