2
0
Эх сурвалжийг харах

fix runtime build exports

Evan You 10 жил өмнө
parent
commit
bb2dc731a3

+ 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 {