chore: 研发 date-picker 日期组件

This commit is contained in:
就眠儀式
2022-03-15 22:44:07 +08:00
parent e6b7338d37
commit 0e39e81e5c
13 changed files with 655 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
/**
* Layui-vue Resolver
*
*
* √ On-demand import components for @layui/layui-vue
* √ component and style resolver for @layui/icons-vue
* √ layer API
@@ -111,7 +111,6 @@ const matchComponents = [
];
export interface LayuiVueResolverOptions {
/**
* import style along with components
*
@@ -133,7 +132,6 @@ export interface LayuiVueResolverOptions {
*
*/
exclude?: string[];
}
const libRE = /^Lay[A-Z]/;
@@ -189,7 +187,7 @@ function resolveComponent(name: string, options: LayuiVueResolverOptions) {
/**
* Resolver for layui-vue
*
*
* @param options
* @returns
*/