Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to use in vuex orm vue-i18n? #790

Closed
HitriLis opened this issue Mar 2, 2020 · 1 comment
Closed

how to use in vuex orm vue-i18n? #790

HitriLis opened this issue Mar 2, 2020 · 1 comment

Comments

@HitriLis
Copy link

HitriLis commented Mar 2, 2020

import { Model } from '@vuex-orm/core'
export default class ClassName extends Model {
static entity = 'name'

static fields() {
.....
}

get participantsQtyString() {
return ........
$t('wordForms.participants.nom')
}
}

@exoego
Copy link
Collaborator

exoego commented Mar 2, 2020

Closing as off-topic.

Please understand that the issue list of this repo is exclusively for bug reports and feature request, as stated in the issue template.

The issue list of this repo is exclusively for bug reports and feature requests. For simple questions, please use the following resources:

Question regarding how to use vue-i18n in XXXX (other technology for Vue.js) is not suitable on this repo.
I think you may find advise in http://forum.vuejs.org/, or StackOverflow, etc.

@exoego exoego closed this as completed Mar 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants