Browse Source

Merge pull request #2724 from sebastiandedeyne/patch-1

Fix: Fragment instance link in warning
Blake Newman 10 years ago
parent
commit
3ec4603b60
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/compiler/compile.js

+ 1 - 1
src/compiler/compile.js

@@ -246,7 +246,7 @@ export function compileRoot (el, options, contextOptions) {
         (plural ? ' are' : ' is') + ' ignored on component ' +
         '<' + options.el.tagName.toLowerCase() + '> because ' +
         'the component is a fragment instance: ' +
-        'http://vuejs.org/guide/components.html#Fragment_Instance'
+        'http://vuejs.org/guide/components.html#Fragment-Instance'
       )
     }
   }