chore: fix lint issues
This commit is contained in:
@@ -28,9 +28,9 @@ const emit = defineEmits<{
|
||||
}>();
|
||||
const active = defineModel<string>('active');
|
||||
|
||||
// @ts-expect-error unused
|
||||
// @ts-expect-error - unused
|
||||
const contentRef = ref();
|
||||
// @ts-expect-error unused
|
||||
// @ts-expect-error - unused
|
||||
const tabRef = ref();
|
||||
|
||||
const style = computed(() => {
|
||||
|
||||
Reference in New Issue
Block a user