forked from Ivasoft/geovisio-website
fix tests
This commit is contained in:
@@ -15,7 +15,8 @@
|
||||
|
||||
<script lang="ts" setup>
|
||||
import { ref, watchEffect } from 'vue'
|
||||
const emit = defineEmits()
|
||||
import type { CheckboxInterface } from '@/views/interfaces/MySequenceView'
|
||||
const emit = defineEmits<{ (e: 'trigger', value: CheckboxInterface): void }>()
|
||||
const props = defineProps({
|
||||
name: { type: String, default: null },
|
||||
isChecked: { type: Boolean, default: false },
|
||||
|
||||
Reference in New Issue
Block a user