feat!: 将项目有Strapi迁移至Directus #43

Manually merged
remilia merged 30 commits from feat/directus into master 2025-10-24 17:22:40 +08:00
39 changed files with 1957 additions and 229 deletions
Showing only changes of commit 94d3f31cbd - Show all commits

View File

@ -16,7 +16,7 @@
<script setup lang="ts">
defineProps({
questions: {
type: Array as PropType<QuestionView[]>,
type: Array as PropType<ProductQuestionView[]>,
default: () => [],
},
});