You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import Logo from '@/assets/images/logo.svg?inline';
vue.runtime.esm.js?2b0e:619 [Vue warn]: Failed to resolve async component: function () {
return __webpack_require__("./src/components/layout lazy recursive ^\\.\\/.*\\.vue$")("./".concat(_this.componentName, ".vue"));
}
Reason: ReferenceError: h is not defined
externals are walking well. I tried default config and it worked well (but externals were crashing)
The text was updated successfully, but these errors were encountered:
iNeoO
changed the title
inline not working
inline not working with vue-cli 3
Jan 5, 2021
iNeoO
changed the title
inline not working with vue-cli 3
mixing inline/externals not working with vue-cli 3
Jan 6, 2021
Hi,
I use vue-cli-3 with vue3 i use this config https://vue-svg-loader.js.org/faq.html#how-to-use-both-inline-and-external-svgs
is there anything else to do ?
externals are walking well. I tried default config and it worked well (but externals were crashing)
The text was updated successfully, but these errors were encountered: