Explorar el Código

docs: fix popover design doc jump

DaiQiangReal hace 4 años
padre
commit
a533af13e8
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'];
+    const components=['toast','notification','popconfirm','scrolllist','popover'];
     if(pathName){
         const urlSplitArray=pathName.split('/').filter(v=>v);
         const componentName=urlSplitArray[urlSplitArray.length-1];