Explorar el Código

chore: 增加组件使用链接

喵你个旺呀 hace 1 año
padre
commit
7e804eb294
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Web/src/components/sysDict/sysDict.vue

+ 1 - 0
Web/src/components/sysDict/sysDict.vue

@@ -1,3 +1,4 @@
+<!-- 组件使用文档: https://gitee.com/zuohuaijun/Admin.NET/pulls/1559  -->
 <script setup lang="ts">
 import { reactive, watch } from 'vue';
 import { DictItem } from '/@/types/global';