소스 검색

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

zuohuaijun 1 년 전
부모
커밋
ed85a934a5
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);
 });