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
https://prnt.sc/Vo77iKYxFMo5
that is problem ?
?
how can I fix ?
if ('source' in source.loc) { return source.loc.source; }
node -v => 18.18.2
No response
The text was updated successfully, but these errors were encountered:
Same problem here.
@pclokcer I managed to fix (but I don´t know the real impacts) adding babel-loader to vue-i18n and importing vue-i18n.esm-browser.js in main.ts
//rule in vue.config.js' configureWebpack { test: /\.js$/, loader: 'babel-loader', include: /node_modules\/vue-i18n/, } //main.ts import { createI18n } from 'vue-i18n/dist/vue-i18n.esm-browser.js';
Sorry, something went wrong.
No branches or pull requests
Reporting a bug?
https://prnt.sc/Vo77iKYxFMo5
that is problem
?
how can I fix ?
Expected behavior
System Info
node -v => 18.18.2
Screenshot
https://prnt.sc/Vo77iKYxFMo5
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: