We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a07e7bf commit be84f33Copy full SHA for be84f33
packages/sfc-playground/src/App.vue
@@ -54,7 +54,8 @@ const sfcOptions = computed(
54
template: {
55
isProd: productionMode.value,
56
compilerOptions: {
57
- isCustomElement: (tag: string) => tag === 'mjx-container',
+ isCustomElement: (tag: string) =>
58
+ tag === 'mjx-container' || tag.startsWith('custom-'),
59
},
60
61
}),
0 commit comments