chore: switch away from reactivity transform
also use a released version of nuxt
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<script setup lang="ts">
|
||||
const { dest, highlight = false } = defineProps<{
|
||||
const props = defineProps<{
|
||||
dest: string;
|
||||
highlight?: boolean;
|
||||
}>();
|
||||
|
Reference in New Issue
Block a user