🐛 修复控制台报错

This commit is contained in:
BTMuli
2023-09-30 21:15:37 +08:00
parent 3cd2586ed4
commit bbc2a3f845

View File

@@ -1,5 +1,5 @@
<template>
<TItemBox :model-value="box" />
<TItemBox v-model="box" />
</template>
<script lang="ts" setup>
// vue