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
I'm doing some tests with Shoelace 2.0, and I'm able to get it working just fine when the <sl- component is in the root app (main.html), but the app.config.compilerOptions.isCustomElement = (tag) => tag.startsWith('sl-') is being ignored for any components loaded using vue3-sfc-loader.
This results in the components working just fine, but a bunch of runtime compiler warnings appearing in console.
Is there a way to get the isCustomElement method to be honoured by vue3-sfc-loader?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm doing some tests with Shoelace 2.0, and I'm able to get it working just fine when the
<sl-
component is in the root app (main.html), but theapp.config.compilerOptions.isCustomElement = (tag) => tag.startsWith('sl-')
is being ignored for any components loaded using vue3-sfc-loader.This results in the components working just fine, but a bunch of runtime compiler warnings appearing in console.
Is there a way to get the
isCustomElement
method to be honoured by vue3-sfc-loader?Beta Was this translation helpful? Give feedback.
All reactions