Sfoglia il codice sorgente

!1566 增加旧版组件即将移除警告
Merge pull request !1566 from 喵你个汪/next

zuohuaijun 1 anno fa
parent
commit
ed85a934a5
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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(() => {
 onMounted(() => {
+  console.warn('DictLabel组件将在不久后移除,请使用新组件:https://gitee.com/zuohuaijun/Admin.NET/pulls/1559');
   setDictValue(props.value);
   setDictValue(props.value);
 });
 });