Przeglądaj źródła

Merge pull request #2231 from OEvgeny/patch-1

fix jsdoc for compile
Evan You 10 lat temu
rodzic
commit
ec3948df62
1 zmienionych plików z 0 dodań i 1 usunięć
  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) {