Element-Plus-Tip(持续更新)TreeTree组件 设置Tree组件全部展开12345678910111213const authTreeRef = ref()// checkboxconst checkStrictly = ref(true)// 展开const expand = ref(false)watch(() => expand.value, () => { console.log(`o...2024-03-14前端