Skip to content

Commit

Permalink
fix: tag
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaochenchen-igg-com committed Feb 7, 2023
1 parent 437bec6 commit 6f29c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/transform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default defineComponent({
${name ? `name: "${name}",` : ''}
${inheritAttrs ? `inheritAttrs: ${inheritAttrs !== 'false'},` : ''}
})
</script$>\n`,
</script>\n`,
)
}

Expand Down

0 comments on commit 6f29c7d

Please sign in to comment.