Skip to content
This repository was archived by the owner on Feb 1, 2026. It is now read-only.

Commit cf6b17e

Browse files
committed
remove original isCustomElement assignment
1 parent d4490f0 commit cf6b17e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/module.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ export default defineNuxtModule<ModuleOptions>({
8989
return (typeof isCustomElement === 'function' && isCustomElement(tag)) || templateCompilerOptions.template.compilerOptions.isCustomElement(tag)
9090
}
9191

92-
nuxt.options.vue.compilerOptions.isCustomElement = templateCompilerOptions.template.compilerOptions.isCustomElement
93-
9492
const allDeps = await getAllPackageDeps(nuxt.options.rootDir)
9593
const coreDeps = Object.keys(allDeps).filter(d => d.startsWith('@tresjs/'))
9694

0 commit comments

Comments
 (0)