补充组件描述, 起草 lay-config-provider 全局配置

This commit is contained in:
就眠儀式
2022-02-08 11:36:36 +08:00
parent dc03f2a65b
commit 3787e80ff0
12 changed files with 135 additions and 83 deletions

View File

@@ -8,7 +8,7 @@ export default {
import "./index.less";
const props = defineProps<{
nm?: boolean;
nm?: boolean | string;
}>();
</script>

View File

@@ -5,4 +5,4 @@ Component.install = (app: App) => {
app.component(Component.name, Component);
};
export default Component;
export default Component;