-
Bug Type: **`Component`**
## Environment
- Vue Version: `3.4.37`
- Element Plus Version: `2.8.0`
- Browser / OS: `UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100…
-
### 🔎 Search Terms
Duplicate identifier 'VueI18n'.
Subsequent property declarations must have the same type.
### 🕗 Version & Regression Information
- This changed between versions 5.4.5 and 5.5.2
…
-
### Clear and concise description of the problem
I want to support the rspack plugin, although webpack can still work in it, but it will inexplicably cause element-plus style import failure, I unders…
-
-
Project info:
```
------------------------------
- Operating System: `Windows_NT`
- Node Version: `v17.7.2`
- Nuxt Version: `3.0.0-27460489.53fbca7`
- Package Manager: `pnpm@6.32.2`
- …
-
### Reporting a bug?
I'm using vuei18n@9 with vue cli 3, it worked well until I started to enable SSR, .it shows "Property "$t" was accessed during render but is not defined on instance".
### Ex…
-
### Reporting a bug?
I did a console.log on app after calling app.use(i18n) and the vuei18n attribute (__VUE_I18N__) is not in the application which I want to use to merge with my Quasar app extens…
-
I am having the same issue as #157. I can not reproduce it though. It appears only the one specific project I am working on exhibits this issue. I created a new project and it was working fine. Howeve…
-
my component combines with vue-i18n. I try to add like this:
```
import { play } from 'vue-play'
import Vue from 'vue'
import VueI18n from 'vue-i18n'
import IModal2 from '../../src/components/I…
-
I want to use your vue-i18n-composable with vue 2.7 and vue-i18n v8 in my vue project.
But I get the following error:
```
Uncaught TypeError: Cannot read properties of undefined (reading 'config')
…