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

@@ -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>