How to use vue-hot-reload-api - 10 common examples

To help you get started, we’ve selected a few vue-hot-reload-api examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github weDevsOfficial / wp-project-manager / view / assets / js / chunk / 6.chunk-bundle.js View on Github external
}, [_vm._v("Delete File")])])
  })], 2), _vm._v("\n        To attach, "), _c('a', {
    attrs: {
      "id": "cpm-upload-pickfiles",
      "href": "#"
    }
  }, [_vm._v("select files")]), _vm._v(" from your computer.\n    ")])])
}
var staticRenderFns = []
render._withStripped = true
var esExports = { render: render, staticRenderFns: staticRenderFns }
/* harmony default export */ __webpack_exports__["a"] = (esExports);
if (false) {
  module.hot.accept()
  if (module.hot.data) {
     require("vue-hot-reload-api").rerender("data-v-4d9a1383", esExports)
  }
}

/***/ }),
github Izayawww / my-project / dist / static / js / pages / songlistRecomd / main.js View on Github external
return _c('div', {
    staticClass: "innerTopT"
  }, [_c('span', {
    staticStyle: {
      "color": "white",
      "font-size": "16px"
    }
  }, [_vm._v("精品歌单")])])
}]
render._withStripped = true
var esExports = { render: render, staticRenderFns: staticRenderFns }
/* harmony default export */ __webpack_exports__["a"] = (esExports);
if (false) {
  module.hot.accept()
  if (module.hot.data) {
     require("vue-hot-reload-api").rerender("data-v-9f3c0de0", esExports)
  }
}

/***/ })
github wp-erp / wp-erp / modules / accounting / assets / js / admin.js View on Github external

"use strict";
var render = function() {
  var _vm = this
  var _h = _vm.$createElement
  var _c = _vm._self._c || _h
  return _c("div", { attrs: { id: "erp-accounting" } }, [_c("router-view")], 1)
}
var staticRenderFns = []
render._withStripped = true
var esExports = { render: render, staticRenderFns: staticRenderFns }
/* harmony default export */ __webpack_exports__["a"] = (esExports);
if (false) {
  module.hot.accept()
  if (module.hot.data) {
    require("vue-hot-reload-api")      .rerender("data-v-6bc4b6d8", esExports)
  }
}

/***/ }),
/* 48 */
github zhaoqize / weex-cnode / dist / app.web.js View on Github external
/***/ (function(module, exports, __webpack_require__) {

module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;
  return _c('div', [_c('router-view', {
    staticStyle: {
      "flex": "1"
    }
  })], 1)
},staticRenderFns: []}
module.exports.render._withStripped = true
if (false) {
  module.hot.accept()
  if (module.hot.data) {
     require("vue-hot-reload-api").rerender("data-v-7ddd7d0c", module.exports)
  }
}

/***/ }),
/* 33 */
github elninotech / uppload / wrappers / vue / example / uppload-vue.js View on Github external
return _vm.openUppload($event)
        }
      }
    },
    [_vm._t("default")],
    2
  )
}
var staticRenderFns = []
render._withStripped = true
var esExports = { render: render, staticRenderFns: staticRenderFns }
/* harmony default export */ __webpack_exports__["a"] = (esExports);
if (false) {
  module.hot.accept()
  if (module.hot.data) {
    require("vue-hot-reload-api")      .rerender("data-v-9abc5a06", esExports)
  }
}

/***/ })
/******/ ]);
github weDevsOfficial / wp-project-manager / view / assets / js / chunk / 1.chunk-bundle.js View on Github external
staticClass: "bar completed",
    style: (_vm.getProgressStyle(_vm.list))
  })])]), _vm._v(" "), _c('div', {
    staticClass: "cpm-col-1 cpm-right cpm-last-col"
  }, [_vm._v("\n        " + _vm._s(_vm.getProgressPercent(_vm.list)) + "%                                \n    ")]), _vm._v(" "), _c('div', {
    staticClass: "clearfix"
  })])
}
var staticRenderFns = []
render._withStripped = true
var esExports = { render: render, staticRenderFns: staticRenderFns }
/* harmony default export */ __webpack_exports__["a"] = (esExports);
if (false) {
  module.hot.accept()
  if (module.hot.data) {
     require("vue-hot-reload-api").rerender("data-v-4aa05ce4", esExports)
  }
}

/***/ }),
github TemperWorks / Nucleus / lib / UiRippleInk.js View on Github external
if (false) {(function () {
  var hotAPI = require("vue-hot-reload-api")
  hotAPI.install(require("vue"), false)
  if (!hotAPI.compatible) return
  module.hot.accept()
  if (!module.hot.data) {
    hotAPI.createRecord("data-v-3e23c786", Component.options)
  } else {
    hotAPI.reload("data-v-3e23c786", Component.options)
  }
})()}
github deepkolos / vc-popup / packages / popup-dialog / index.js View on Github external
if (false) {(function () {
  var hotAPI = require("vue-hot-reload-api")
  hotAPI.install(require("vue"), false)
  if (!hotAPI.compatible) return
  module.hot.accept()
  if (!module.hot.data) {
    hotAPI.createRecord("data-v-857d45a2", Component.options)
  } else {
    hotAPI.reload("data-v-857d45a2", Component.options)
' + '  }
  module.hot.dispose(function (data) {
    disposed = true
  })
})()}
github weex-plugins / action-sheet-for-apache-weex / playground / browser / build / pluginInstall.js View on Github external
if (false) {(function () {
	  var hotAPI = require("vue-hot-reload-api")
	  hotAPI.install(require("vue"), false)
	  if (!hotAPI.compatible) return
	  module.hot.accept()
	  if (!module.hot.data) {
	    hotAPI.createRecord("data-v-43b7f9ca", Component.options)
	  } else {
	    hotAPI.reload("data-v-43b7f9ca", Component.options)
	  }
	})()}
github blue0728 / vue-city-picker / src / vue-picker.js View on Github external
if (false) {(function () {
  var hotAPI = require("vue-hot-reload-api")
  hotAPI.install(require("vue"), false)
  if (!hotAPI.compatible) return
  module.hot.accept()
  if (!module.hot.data) {
    hotAPI.createRecord("data-v-41037e3b", Component.options)
  } else {
    hotAPI.reload("data-v-41037e3b", Component.options)
' + '  }
  module.hot.dispose(function (data) {
    disposed = true
  })
})()}