Skip to content

Commit c701294

Browse files
Fixed the fragment instance link in the warning
1 parent 050abf2 commit c701294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/compile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ export function compileRoot (el, options, contextOptions) {
246246
(plural ? ' are' : ' is') + ' ignored on component ' +
247247
'<' + options.el.tagName.toLowerCase() + '> because ' +
248248
'the component is a fragment instance: ' +
249-
'http://vuejs.org/guide/components.html#Fragment_Instance'
249+
'http://vuejs.org/guide/components.html#Fragment-Instance'
250250
)
251251
}
252252
}

0 commit comments

Comments
 (0)