8000 chore: update link · vue-macros/vue-macros@e3e81ff · GitHub
[go: up one dir, main page]

Skip to content

Commit e3e81ff

Browse files
committed
chore: update link
1 parent f71d42c commit e3e81ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/jsx-directive/src/core/v-for.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export function transformVFor(
7979
node.openingElement.name.name === 'template'
8080
if (isTemplate && node.closingElement) {
8181
/**
82-
* https://github.com/vuejs/babel-plugin-jsx/blob/main/packages/babel-plugin-jsx/src/utils.ts#L37
82+
* https://github.com/vuejs/babel-plugin-jsx/blob/a72bc11ed8f2047a3a0edccdbf374c8e0eeaa69f/packages/babel-plugin-jsx/src/utils.ts#L37
8383
*
8484
* Because the __MACROS_Fragment tag is a component in vue-jsx, the children will be treated as a slot,
8585
* so we need to replace it with _Fragment99.

0 commit comments

Comments
 (0)
0