pgo-ui 1.1.13 → 1.1.14

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pgo-ui",
3
- "version": "1.1.13",
3
+ "version": "1.1.14",
4
4
  "description": "A Vue 3 component library with PGO design system",
5
5
  "private": false,
6
6
  "type": "module",
@@ -351,7 +351,7 @@
351
351
  })
352
352
  function selectLanguage(lang: string) {
353
353
  if (typeof setLanguage === 'function') setLanguage(lang)
354
- // window.location.reload()
354
+ window.location.reload()
355
355
  isLangOpen.value = false
356
356
  }
357
357