style(SidebarItem.vue): 移除空行
This commit is contained in:
@@ -87,7 +87,6 @@ function hasOneShowingChild(children = [] as any, parent: any) {
|
|||||||
return false
|
return false
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
function resolvePath(routePath: string) {
|
function resolvePath(routePath: string) {
|
||||||
if (isExternal(routePath)) {
|
if (isExternal(routePath)) {
|
||||||
return routePath
|
return routePath
|
||||||
@@ -98,7 +97,6 @@ function resolvePath(routePath: string) {
|
|||||||
return path.resolve(props.basePath, routePath)
|
return path.resolve(props.basePath, routePath)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
|||||||
Reference in New Issue
Block a user