How to use the vue-loader/node_modules/vue-hot-reload-api.reload function in vue-loader

To help you get started, we’ve selected a few vue-loader 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 apache / incubator-weex / doc / themes / weex / source / js / examples / animation.web.js View on Github external
if (false) {(function () {
	  var hotAPI = require("vue-loader/node_modules/vue-hot-reload-api")
	  hotAPI.install(require("vue"), false)
	  if (!hotAPI.compatible) return
	  module.hot.accept()
	  if (!module.hot.data) {
	    hotAPI.createRecord("data-v-10636f94", __vue_options__)
	  } else {
	    hotAPI.reload("data-v-10636f94", __vue_options__)
	  }
	})()}
	if (__vue_options__.functional) {console.error("[vue-loader] animation.vue: functional components are not supported and should be defined in plain js files using render functions.")}
github txn513 / mpvue-tabBar / dist / wx / app.js View on Github external
if (false) {(function () {
  var hotAPI = require("vue-loader/node_modules/vue-hot-reload-api")
  hotAPI.install(require("vue"), false)
  if (!hotAPI.compatible) return
  module.hot.accept()
  if (!module.hot.data) {
    hotAPI.createRecord("data-v-c4eeccc6", Component.options)
  } else {
    hotAPI.reload("data-v-c4eeccc6", Component.options)
  }
  module.hot.dispose(function (data) {
    disposed = true
  })
})()}
github geekape / applet-h5-shop / mpvue / weiapp / dist / app.js View on Github external
if (false) {(function () {
  var hotAPI = require("vue-loader/node_modules/vue-hot-reload-api")
  hotAPI.install(require("vue"), false)
  if (!hotAPI.compatible) return
  module.hot.accept()
  if (!module.hot.data) {
    hotAPI.createRecord("data-v-22cbbdbb", Component.options)
  } else {
    hotAPI.reload("data-v-22cbbdbb", Component.options)
  }
  module.hot.dispose(function (data) {
    disposed = true
  })
})()}
github geekape / applet-h5-shop / mpvue / weiapp / dist / pages / shop / msg / main.js View on Github external
if (false) {(function () {
  var hotAPI = require("vue-loader/node_modules/vue-hot-reload-api")
  hotAPI.install(require("vue"), false)
  if (!hotAPI.compatible) return
  module.hot.accept()
  if (!module.hot.data) {
    hotAPI.createRecord("data-v-57fa64cc", Component.options)
  } else {
    hotAPI.reload("data-v-57fa64cc", Component.options)
  }
  module.hot.dispose(function (data) {
    disposed = true
  })
})()}
github geekape / applet-h5-shop / mpvue / weiapp / dist / pages / shop / collect / main.js View on Github external
if (false) {(function () {
  var hotAPI = require("vue-loader/node_modules/vue-hot-reload-api")
  hotAPI.install(require("vue"), false)
  if (!hotAPI.compatible) return
  module.hot.accept()
  if (!module.hot.data) {
    hotAPI.createRecord("data-v-6ba7a735", Component.options)
  } else {
    hotAPI.reload("data-v-6ba7a735", Component.options)
  }
  module.hot.dispose(function (data) {
    disposed = true
  })
})()}
github geekape / applet-h5-shop / mpvue / weiapp / dist / pages / shop / confirm_order / main.js View on Github external
if (false) {(function () {
  var hotAPI = require("vue-loader/node_modules/vue-hot-reload-api")
  hotAPI.install(require("vue"), false)
  if (!hotAPI.compatible) return
  module.hot.accept()
  if (!module.hot.data) {
    hotAPI.createRecord("data-v-a5d44e4c", Component.options)
  } else {
    hotAPI.reload("data-v-a5d44e4c", Component.options)
  }
  module.hot.dispose(function (data) {
    disposed = true
  })
})()}
github geekape / applet-h5-shop / mpvue / weiapp / dist / pages / shop / my_comment / main.js View on Github external
if (false) {(function () {
  var hotAPI = require("vue-loader/node_modules/vue-hot-reload-api")
  hotAPI.install(require("vue"), false)
  if (!hotAPI.compatible) return
  module.hot.accept()
  if (!module.hot.data) {
    hotAPI.createRecord("data-v-01f2cd77", Component.options)
  } else {
    hotAPI.reload("data-v-01f2cd77", Component.options)
  }
  module.hot.dispose(function (data) {
    disposed = true
  })
})()}
github geekape / applet-h5-shop / mpvue / weiapp / dist / pages / shop / shop_list / main.js View on Github external
if (false) {(function () {
  var hotAPI = require("vue-loader/node_modules/vue-hot-reload-api")
  hotAPI.install(require("vue"), false)
  if (!hotAPI.compatible) return
  module.hot.accept()
  if (!module.hot.data) {
    hotAPI.createRecord("data-v-774abbdc", Component.options)
  } else {
    hotAPI.reload("data-v-774abbdc", Component.options)
  }
  module.hot.dispose(function (data) {
    disposed = true
  })
})()}
github geekape / applet-h5-shop / mpvue / weiapp / dist / pages / shop / comment / main.js View on Github external
if (false) {(function () {
  var hotAPI = require("vue-loader/node_modules/vue-hot-reload-api")
  hotAPI.install(require("vue"), false)
  if (!hotAPI.compatible) return
  module.hot.accept()
  if (!module.hot.data) {
    hotAPI.createRecord("data-v-07fa13ac", Component.options)
  } else {
    hotAPI.reload("data-v-07fa13ac", Component.options)
  }
  module.hot.dispose(function (data) {
    disposed = true
  })
})()}
github geekape / applet-h5-shop / mpvue / weiapp / dist / pages / shop / my_order / main.js View on Github external
if (false) {(function () {
  var hotAPI = require("vue-loader/node_modules/vue-hot-reload-api")
  hotAPI.install(require("vue"), false)
  if (!hotAPI.compatible) return
  module.hot.accept()
  if (!module.hot.data) {
    hotAPI.createRecord("data-v-3d125a34", Component.options)
  } else {
    hotAPI.reload("data-v-3d125a34", Component.options)
  }
  module.hot.dispose(function (data) {
    disposed = true
  })
})()}