提交 md 目录样式调整

This commit is contained in:
就眠儀式
2021-12-30 02:39:19 +08:00
parent 4a1451ba17
commit da1494f716
3 changed files with 19 additions and 18 deletions

View File

@@ -28,9 +28,9 @@ export default function createContainer(
}
}
// 此处仅支持 string | number | boolean 类型
return `<lay-aside-anchor anchors="${anchors}" :currIndex="-1" :show="true">`;
return `<lay-anchor anchors="${anchors}" :currIndex="-1" :show="true">`;
} else {
return "</lay-aside-anchor>\n";
return "</lay-anchor>\n";
}
},
},