Remove defineProps imports (it is a compiler macro now).
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { defineAsyncComponent, defineProps } from 'vue'
|
||||
import { defineAsyncComponent } from 'vue'
|
||||
|
||||
const props = defineProps<{
|
||||
name: string
|
||||
|
||||
Reference in New Issue
Block a user