Skip to content

Commit 5b1e188

Browse files
authoredJun 26, 2022
chore(plugin-vue): mark export helper with null byte (#8792)
1 parent 0b0a21f commit 5b1e188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/plugin-vue/src/helper.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const EXPORT_HELPER_ID = 'plugin-vue:export-helper'
1+
export const EXPORT_HELPER_ID = '\0plugin-vue:export-helper'
22

33
export const helperCode = `
44
export default (sfc, props) => {

0 commit comments

Comments
 (0)
Please sign in to comment.