chore: 发布 0.3.8-alpha.8

This commit is contained in:
就眠儀式
2022-02-21 11:28:13 +08:00
parent 126f541317
commit 4d5954a0b7
3 changed files with 4 additions and 4 deletions

View File

@@ -1,12 +1,12 @@
<script lang="ts">
import { watch } from "@vue/runtime-core";
import { useI18n } from "vue-i18n";
export default {
name: "lay-config-provider",
};
</script>
<script setup lang="ts">
import { watch } from "vue";
import { useI18n } from "vue-i18n";
const { locale, setLocaleMessage, mergeLocaleMessage } = useI18n();
export interface LayConfigProviderProps {