增加注释
Showing
9 changed files
with
169 additions
and
0 deletions
-
Please register or sign in to post a comment
... | ... | @@ -26,6 +26,11 @@ export default { |
} | ||
}, | ||
methods: { | ||
/** | ||
* @description: linkProps | ||
* @param {*} to | ||
* @author: renchao | ||
*/ | ||
linkProps(to) { | ||
if (this.isExternal) { | ||
return { | ||
... | ... |