소스 검색

fix runtime build exports

Evan You 10 년 전
부모
커밋
bb2dc731a3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/entries/web-runtime-with-compiler.js

+ 1 - 1
src/entries/web-runtime-with-compiler.js

@@ -46,7 +46,7 @@ Vue.prototype.$mount = function (el) {
  * @return {String}
  */
 
-export function getOuterHTML (el) {
+function getOuterHTML (el) {
   if (el.outerHTML) {
     return el.outerHTML
   } else {