Explorar el Código

docs: fix select dropdown design doc jump

DaiQiangReal hace 4 años
padre
commit
2a74ef7941
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/templates/toUEDUtils/toUED.ts

+ 1 - 1
src/templates/toUEDUtils/toUED.ts

@@ -86,7 +86,7 @@ const isHaveUedDocs=(pathName:string)=>{
 }
 
 const isJumpToDesignSite=(pathName:string)=>{
-    const components=['toast','notification','popconfirm','scrolllist','popover'];
+    const components=['toast','notification','popconfirm','scrolllist','popover','select','dropdown'];
     if(pathName){
         const urlSplitArray=pathName.split('/').filter(v=>v);
         const componentName=urlSplitArray[urlSplitArray.length-1];