Skip to content

Commit

Permalink
fix: isIntrinsicElement is not a function
Browse files Browse the repository at this point in the history
close #1478
  • Loading branch information
johnsoncodehk committed Jun 19, 2022
1 parent 7d9350e commit c229821
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/vue-code-gen/src/index.ts
@@ -1,6 +1,5 @@
import { generate as generateScript, getSlotsPropertyName, getVueLibraryName } from './generators/script';
import {
// generate as generateTemplateScript,
isIntrinsicElement,
walkElementNodes,
} from './generators/template';
Expand Down

0 comments on commit c229821

Please sign in to comment.