chore: 发布 0.3.8-alpha.7

This commit is contained in:
就眠儀式 2022-02-21 01:09:24 +08:00
parent 8819a4845e
commit 250f44bd5d
2 changed files with 12 additions and 9 deletions

View File

@ -1,7 +1,7 @@
{
"name": "@layui/layui-vue",
"version": "0.3.8-alpha.2",
"author": "SleepRite",
"version": "0.3.8-alpha.7",
"author": "就眠儀式",
"license": "MIT",
"description": "a component library for Vue 3 base on layui-vue",
"homepage": "http://layui-vue.pearadmin.com",
@ -30,14 +30,16 @@
"build:example": "vite build example",
"lint:eslint": "eslint 'src/**/*.{vue,ts,tsx}' --fix",
"lint:prettier": "prettier --write \"src/**/*.{vue,ts}\"",
"postinstall": "husky install",
"commit": "git-cz",
"commit:push": "git add . && git-cz && git push"
"commit": "git add . && git-cz && git push",
"prepare": "husky install"
},
"peerDependencies": {
"vue": "^3.2.31"
},
"dependencies": {
"@layui/hooks-vue": "^0.1.6",
"@layui/icons-vue": "^1.0.6",
"@layui/layer-vue": "^1.3.4",
"@layui/hooks-vue": "^0.1.7",
"@layui/icons-vue": "^1.0.7",
"@layui/layer-vue": "^1.3.5",
"async-validator": "^4.0.7",
"countup.js": "^2.0.8",
"evtd": "^0.2.3",

View File

@ -13,7 +13,7 @@ export interface LayConfigProviderProps {
locale?: string;
locales?: [];
theme?: string;
themeVariable?: object;
themeVariable?: any;
}
const props = withDefaults(defineProps<LayConfigProviderProps>(), {
@ -82,6 +82,7 @@ watch(
},
{ immediate: true, deep: true }
);
</script>
<template>