Просмотр исходного кода

Merge pull request #2724 from sebastiandedeyne/patch-1

Fix: Fragment instance link in warning
Blake Newman 10 лет назад
Родитель
Сommit
3ec4603b60
1 измененных файлов с 1 добавлено и 1 удалено
  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'
       )
     }
   }