We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have "Commercial Use" License.
Well, maybe just me, i18n wasn't valid.
It was solved by the following patch.
Thanks!
diff --git a/src/main.js b/src/main.js index aa38375..7905ffe 100644 --- a/src/main.js +++ b/src/main.js @@ -25,6 +25,7 @@ import octaviaKit from '@/plugins/octavia.kit'; import VueApexCharts from 'vue-apexcharts'; // mock import './fake-db/index.js'; +import i18n from './lang/lang' Vue.component('apexchart', VueApexCharts); @@ -38,5 +39,6 @@ new Vue({ store, router, vuetify, + i18n, render: (h) => h(App), }).$mount('#app');
The text was updated successfully, but these errors were encountered:
Thank you for your information, I will update the code soon :)
Sorry, something went wrong.
naime-hossain
No branches or pull requests
I have "Commercial Use" License.
Well, maybe just me, i18n wasn't valid.
It was solved by the following patch.
Thanks!
The text was updated successfully, but these errors were encountered: