`defineProps` is a compiler macro and no longer needs to be imported.

This commit is contained in:
tamaina 2025-09-08 22:53:41 +09:00
parent 73853b08f5
commit 19f54b1bcb
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</template>
<script lang="ts" setup>
import { defineProps, ref, computed } from 'vue';
import { ref, computed } from 'vue';
import * as mfm from 'mfm-js';
import MkFolder from '@/components/MkFolder.vue';
import MkTabs from '@/components/MkTabs.vue';