8000
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 f71d42c commit e3e81ffCopy full SHA for e3e81ff
packages/jsx-directive/src/core/v-for.ts
@@ -79,7 +79,7 @@ export function transformVFor(
79
node.openingElement.name.name === 'template'
80
if (isTemplate && node.closingElement) {
81
/**
82
- * https://github.com/vuejs/babel-plugin-jsx/blob/main/packages/babel-plugin-jsx/src/utils.ts#L37
+ * https://github.com/vuejs/babel-plugin-jsx/blob/a72bc11ed8f2047a3a0edccdbf374c8e0eeaa69f/packages/babel-plugin-jsx/src/utils.ts#L37
83
*
84
* Because the __MACROS_Fragment tag is a component in vue-jsx, the children will be treated as a slot,
85
* so we need to replace it with _Fragment99.
0 commit comments