chore: 发布 0.3.8-alpha.7
This commit is contained in:
parent
8819a4845e
commit
250f44bd5d
18
package.json
18
package.json
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@layui/layui-vue",
|
"name": "@layui/layui-vue",
|
||||||
"version": "0.3.8-alpha.2",
|
"version": "0.3.8-alpha.7",
|
||||||
"author": "SleepRite",
|
"author": "就眠儀式",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"description": "a component library for Vue 3 base on layui-vue",
|
"description": "a component library for Vue 3 base on layui-vue",
|
||||||
"homepage": "http://layui-vue.pearadmin.com",
|
"homepage": "http://layui-vue.pearadmin.com",
|
||||||
@ -30,14 +30,16 @@
|
|||||||
"build:example": "vite build example",
|
"build:example": "vite build example",
|
||||||
"lint:eslint": "eslint 'src/**/*.{vue,ts,tsx}' --fix",
|
"lint:eslint": "eslint 'src/**/*.{vue,ts,tsx}' --fix",
|
||||||
"lint:prettier": "prettier --write \"src/**/*.{vue,ts}\"",
|
"lint:prettier": "prettier --write \"src/**/*.{vue,ts}\"",
|
||||||
"postinstall": "husky install",
|
"commit": "git add . && git-cz && git push",
|
||||||
"commit": "git-cz",
|
"prepare": "husky install"
|
||||||
"commit:push": "git add . && git-cz && git push"
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"vue": "^3.2.31"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@layui/hooks-vue": "^0.1.6",
|
"@layui/hooks-vue": "^0.1.7",
|
||||||
"@layui/icons-vue": "^1.0.6",
|
"@layui/icons-vue": "^1.0.7",
|
||||||
"@layui/layer-vue": "^1.3.4",
|
"@layui/layer-vue": "^1.3.5",
|
||||||
"async-validator": "^4.0.7",
|
"async-validator": "^4.0.7",
|
||||||
"countup.js": "^2.0.8",
|
"countup.js": "^2.0.8",
|
||||||
"evtd": "^0.2.3",
|
"evtd": "^0.2.3",
|
||||||
|
@ -13,7 +13,7 @@ export interface LayConfigProviderProps {
|
|||||||
locale?: string;
|
locale?: string;
|
||||||
locales?: [];
|
locales?: [];
|
||||||
theme?: string;
|
theme?: string;
|
||||||
themeVariable?: object;
|
themeVariable?: any;
|
||||||
}
|
}
|
||||||
|
|
||||||
const props = withDefaults(defineProps<LayConfigProviderProps>(), {
|
const props = withDefaults(defineProps<LayConfigProviderProps>(), {
|
||||||
@ -82,6 +82,7 @@ watch(
|
|||||||
},
|
},
|
||||||
{ immediate: true, deep: true }
|
{ immediate: true, deep: true }
|
||||||
);
|
);
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
Loading…
Reference in New Issue
Block a user