ソースを参照

Merge pull request #2231 from OEvgeny/patch-1

fix jsdoc for compile
Evan You 10 年 前
コミット
ec3948df62
1 ファイル変更0 行追加1 行削除
  1. 0 1
      src/instance/internal/lifecycle.js

+ 0 - 1
src/instance/internal/lifecycle.js

@@ -34,7 +34,6 @@ export default function (Vue) {
    * Otherwise we need to call transclude/compile/link here.
    *
    * @param {Element} el
-   * @return {Element}
    */
 
   Vue.prototype._compile = function (el) {