Remove warnings about 'defineProps', 'defineEmits' being compiler macros
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
|
||||
<script setup>
|
||||
import {useClient} from '@/plugins/api.js';
|
||||
import {defineProps, ref} from 'vue';
|
||||
import {ref} from 'vue';
|
||||
import {useUserStore} from '@/stores/user.js';
|
||||
|
||||
const props = defineProps({
|
||||
|
||||
Reference in New Issue
Block a user