From 566d5e4db021f8d53688c1eaf314305f8e3fcf9a Mon Sep 17 00:00:00 2001 From: lisonge Date: Thu, 14 Dec 2023 21:40:16 +0800 Subject: [PATCH] feat: vid --- src/components/AttrCard.vue | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/components/AttrCard.vue b/src/components/AttrCard.vue index 3ec79ac..c6c60f2 100644 --- a/src/components/AttrCard.vue +++ b/src/components/AttrCard.vue @@ -34,8 +34,11 @@ const attrDesc: Record = { _pid: `虚拟属性:父节点的 _id`, depth: `在某些应用上可能造成无限节点错误`, id: `可快速查找`, + vid: `可快速查找`, text: `可快速查找`, }; + +const qfAttrs = [`id`,`vid`, `text`];