style(SidebarItem.vue): 移除空行

This commit is contained in:
郝先瑞
2022-03-21 23:59:37 +08:00
parent 03ef0561f6
commit bf9fa6e46b

View File

@@ -87,7 +87,6 @@ function hasOneShowingChild(children = [] as any, parent: any) {
return false
};
function resolvePath(routePath: string) {
if (isExternal(routePath)) {
return routePath
@@ -98,7 +97,6 @@ function resolvePath(routePath: string) {
return path.resolve(props.basePath, routePath)
}
</script>
<style lang="scss" scoped>