ソースを参照

chore: 增加旧版组件即将移除警告

喵你个旺呀 1 年間 前
コミット
7346c18eb0
1 ファイル変更1 行追加0 行削除
  1. 1 0
      Web/src/components/table/dictLabel.vue

+ 1 - 0
Web/src/components/table/dictLabel.vue

@@ -37,6 +37,7 @@ const state = reactive({
 });
 
 onMounted(() => {
+  console.warn('DictLabel组件将在不久后移除,请使用新组件:https://gitee.com/zuohuaijun/Admin.NET/pulls/1559');
   setDictValue(props.value);
 });