-
I use vue-i18n in my component, which is written using script setup syntax. When I try to render component in my test I'm getting the error
`TypeError: $setup.t is not a function`
The test:
```
…
-
I have an existing project and im start to implement i18n, but its a little hard to me to see every text that needs to be transformed into $t in my app and we don't have any translations yet making …
-
I have put
```
import VueSession from 'vue-session'
Vue.use(VueSession)
```
in my main.js file.
When I try to use the session with
`this.$session.start();`
I get the error
```
vu…
-
### Reporting a bug?
When I implemented a function to globally switch locale as follows:
The type definition for `i18n.global.locale` is wrong:
By printing out the console, I was able to se…
-
The installer should be welcoming to people of all languages, so we should at some point implement support for some internationalization of the content of the installer.
While applying i18n to the …
-
On some places is used text like "250 elements", but it should be plular string in that case.
Crowdin: https://crowdin.com/translate/asterics-grid/14/en-cs#1784
Current state: I'm not able to pr…
-
**Describe the bug**
Writing stories involving Vue 3 plugins is made difficult by the reusing of the underlying app instance between stories. A typical usecase is to mock the vuex store and the route…
-
## Describe the bug ##
As title
## Steps to reproduce ##
1. Go to [search うごイラ](https://www.pixiv.net/search.php?s_mode=s_tag_full&word=%E3%81%86%E3%81%94%E3%82%A4%E3%83%A9)
2. Let mouse h…
-
Is there a way to assign a page variable to one index.html file and use it?
I want to make only one and use it without making many index.html files.
Is there any way to use the variable?
![image](h…
-
git clone https://github.com/github-muzilong/laravel55-layuiadmin.git
复制.env.example为.env
配置.env里的数据库连接信息
composer update
php artisan migrate
php artisan db:seed
php artisan key:generate
登录后台:h…