Browse Source

fix runtime build exports

dev
Evan You 9 years ago
parent
commit
bb2dc731a3
  1. 2
      src/entries/web-runtime-with-compiler.js

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

Loading…
Cancel
Save