(component): [tag]新增 tag 组件

This commit is contained in:
sight
2022-09-16 00:36:09 +08:00
parent a3196e597a
commit 106aadf788
4 changed files with 26 additions and 17 deletions

View File

@@ -90,6 +90,7 @@ import LayCascader from "./component/cascader/index";
import LayAffix from "./component/affix/index";
import LaySpace from "./component/space/index";
import LayTag from "./component/tag/index";
import LayTagInput from "./component/tagInput/index";
import LayConfigProvider from "./provider";
import { InstallOptions } from "./types";
@@ -178,6 +179,7 @@ const components: Record<string, Plugin> = {
LayAffix,
LaySpace,
LayTag,
LayTagInput,
};
const install = (app: App, options?: InstallOptions): void => {
@@ -273,6 +275,7 @@ export {
LayAffix,
LaySpace,
LayTag,
LayTagInput,
install,
};