Преглед изворни кода

docs: fix select dropdown design doc jump

DaiQiangReal пре 4 година
родитељ
комит
2a74ef7941
1 измењених фајлова са 1 додато и 1 уклоњено
  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];