Vue3 清空Reactive定义的数组

465 阅读1分钟
const arr = reactive<string[]>([])
// 清空arr
arr.length=0