-
### Reporting a bug?
If `key` has dot like `a.b.c`, `$t('a.b.c')` will get the correct result, but `$te` will return false.
### Expected behavior
`$te` return `true`
### Reproduction
```JSON
{…
-
1、vue-cli 项目搭建完成。
2、通过vuex-class的@Getter 调用定义好的 getter方法报未定义类型
import { State, Action, Getter } from "vuex-class";
@Component
export default class Main extends Vue {
@Getter load: boole…
-
Hi.
First of all, thanks for your amazing component, it reminds me of Symfony's FormType.
Here i came after using your component and i was wondering something.
I'm using Vuex with Vuex-Orm an…
-
使用
vue-class-component
vue-property-decorator
vuex-module-decorators
等库,改写了份Ts版本的模板
https://github.com/xsxiaosa/d2-admin-start-kit-typescript
-
I am trying to bind a checkbox to my Vuex Store. My understanding is that I need to use v-model:-
`Show only Mine`
To do the binding, I need to create a computed property on my component class.…
-
I am trying to make the library work with Nuxt.
The docs say that what you need is:
```ts
export class UserStore extends createModule({ target: "nuxt" }) {
...
}
```
To test it, I created…
-
## Background
Vue Class Store is fundamentally different from Vuex in that it doesn't have a wider state management methodology such as explicit one-way data flow, but it is designed to be easy to…
-
component
```
'use strict';
import * as Template from './_template.html?style=./_styles.scss'; // STYLE LOADING FINE WITHOUT .Getter DECORATOR
import {Component, Vue} …
-
when i use vuex datas (getters or actions),the follew error will happened:
```
Property or method "oidcIsAuthenticated" is not defined on the instance but referenced during render. Make sure that t…
-
@wffranco
I dont understand the logic inside Vuestrap 2, because...
@ //App.vue
```
{{item}}
import { mapGetters } from 'vuex'
impor…