-
### Reporting a bug?
The i18n custom block in SFC doesn't work in Vue 3 when using the "older" options API.
The global translations are working, but the local translations aren't.
### Expected be…
-
### Describe the bug
**Current:**
While integrating Storybook into my Vue 2 project, I encountered a warning message in the console:
[Warning]: ReactDOM.render is no longer supported in React 18.…
-
**Describe the bug**
你好
我的是Vue 的JS工程
我的国际化文件路径如下
```
src
-i18n
--index.js
--cn.js
--en.js
```
在index.js中
```import Vue from 'vue';
import VueI18n from 'vue-i18n';
import cn from './c…
-
### Reporting a bug?
Before updating to TS5, everything worked fine. After the update this erro occurs on build:
```
TS2769: No overload matches this call.
Overload 1 of 2, '(options?: UseI1…
-
**Tell us about your environment**
- **ESLint version:** 9.0.0
- **eslint-plugin-vue version:** 9.24.1
- **eslint-plugin-vue-i18n version:** 3.0.0-next.9
- **Node version:** 20.11.1
**Please …
-
**Library Affected**:
[vite-plugin-pwa](https://github.com/antfu/vite-plugin-pwa)
**Browser & Platform**:
"all browsers" - most prevalent on Chrome and Chrome Mobile. (70% of cases)
"all platfo…
-
import Vue from 'vue'
import VueI18n from 'vue-i18n'
import langEn from 'vuetify/es5/locale/zh-cn'
Vue.use(VueI18n);
const messages = {
zh-cn: {
$vuetify: langEn,
isRtl: "f…
ghost updated
7 months ago
-
**Tell us about your environment**
- **ESLint version:** 8.57.0
- **eslint-plugin-vue version:** 9.23.0
- **eslint-plugin-vue-i18n version:** 3.0.0-next.7
- **Node version:** 20.11.1
**Th…
-
Hello,
When using the latest version of create-vue with typescript 5 and vuex, we get an error.
```
src/store/index.ts - error TS7016: Could not find a declaration file for module 'vuex'.
'no…
-
there is a problem that i dont understand
{{ $df('2023-09-07 15:00:02', 'L LTS') }} when i write this
i see 'L LTS' in screen
i18n: {
locales: [{
code: 'tr',
iso: 'tr',
…