Skip to content

Commit 341d18c

Browse files
committed
feat(macros): add "/" prefix for helper-id
1 parent b130bd6 commit 341d18c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/macros/src/core/helper/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const helperPrefix = 'vue-jsx-vapor/macros' as const
1+
export const helperPrefix = '/vue-jsx-vapor/macros' as const
22

33
export const useModelHelperId = `${helperPrefix}/use-model`
44
export { default as useModelHelperCode } from './use-model?raw'

0 commit comments

Comments
 (0)