ソースを参照

docs: fix popover design doc jump

DaiQiangReal 4 年 前
コミット
a533af13e8
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'];
+    const components=['toast','notification','popconfirm','scrolllist','popover'];
     if(pathName){
         const urlSplitArray=pathName.split('/').filter(v=>v);
         const componentName=urlSplitArray[urlSplitArray.length-1];