We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b130bd6 commit 341d18cCopy full SHA for 341d18c
packages/macros/src/core/helper/index.ts
@@ -1,4 +1,4 @@
1
-export const helperPrefix = 'vue-jsx-vapor/macros' as const
+export const helperPrefix = '/vue-jsx-vapor/macros' as const
2
3
export const useModelHelperId = `${helperPrefix}/use-model`
4
export { default as useModelHelperCode } from './use-model?raw'
0 commit comments