cosey 0.7.15 → 0.7.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -33,6 +33,8 @@ var stdin_default = defineComponent({
33
33
  provide(localeContextKey, computed(() => props.locale));
34
34
  watch(() => props.locale, () => {
35
35
  outsideLocale.value = props.locale || stdin_default$1;
36
+ }, {
37
+ immediate: true
36
38
  });
37
39
  const themeManager = new ThemeManager(mergedTheme);
38
40
  onUnmounted(() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cosey",
3
- "version": "0.7.15",
3
+ "version": "0.7.16",
4
4
  "description": "基于 Vue3 + vite 的后台管理系统框架",
5
5
  "type": "module",
6
6
  "main": "index.js",