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 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>