Skip to content

Commit

Permalink
chore(plugin-vue): mark export helper with null byte (#8792)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Jun 26, 2022
1 parent 0b0a21f commit 5b1e188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-vue/src/helper.ts
@@ -1,4 +1,4 @@
export const EXPORT_HELPER_ID = 'plugin-vue:export-helper'
export const EXPORT_HELPER_ID = '\0plugin-vue:export-helper'

export const helperCode = `
export default (sfc, props) => {
Expand Down

0 comments on commit 5b1e188

Please sign in to comment.