🔧 修改 ts 编译配置以解决 Qodana 报错

This commit is contained in:
BTMuli
2023-07-29 14:41:32 +08:00
parent 062e34e585
commit ca6bbccd89

View File

@@ -8,7 +8,7 @@
</template>
<script lang="ts" setup>
const props = defineProps<{
title: string;
title?: string;
}>();
</script>
<style lang="css" scoped>