Skip to content

Commit 3ec4603

Browse files
committed
Merge pull request #2724 from sebastiandedeyne/patch-1
Fix: Fragment instance link in warning
2 parents 050abf2 + c701294 commit 3ec4603

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)