切换主题
由于 Tansack Table 的监听是针对引用的监听,所以 data.push() 等操作不会触发视图更新。
data.push()
const data = computed(() => [...props.data])
15caa20
5fc9417
e969296