✨(component): [tag]新增 tag 组件
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user