style(SidebarItem.vue): 移除空行
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user