@@ -21,10 +21,12 @@ export default {
const { icon, title, path } = context.props;
const vnodes = [];
- if (icon) {
+ if (icon != "#") {
vnodes.push(<svg-icon icon-class={icon} />);
+ }else {
+ vnodes.push(<span style="margin-left:15px"></span>);
}
-
+
if (title) {
if (title.length > 5) {
vnodes.push(