How to use the vue-loader/node_modules/vue-hot-reload-api.compatible 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 / pages / index / 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-6dafa8b4", Component.options)
  } else {
    hotAPI.reload("data-v-6dafa8b4", Component.options)
  }
  module.hot.dispose(function (data) {
    disposed = true
  })
})()}
github geekape / applet-h5-shop / mpvue / weiapp / dist / pages / shop / track / 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-ba2943d4", Component.options)
  } else {
    hotAPI.reload("data-v-ba2943d4", Component.options)
  }
  module.hot.dispose(function (data) {
    disposed = true
  })
})()}
github geekape / applet-h5-shop / mpvue / weiapp / dist / pages / shop / order_detail / 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-48ecece6", Component.options)
  } else {
    hotAPI.reload("data-v-48ecece6", 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 / lists / 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-5b280840", Component.options)
  } else {
    hotAPI.reload("data-v-5b280840", Component.options)
  }
  module.hot.dispose(function (data) {
    disposed = true
  })
})()}
github geekape / applet-h5-shop / mpvue / weiapp / dist / pages / shop / login / 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-9b3e6298", Component.options)
  } else {
    hotAPI.reload("data-v-9b3e6298", 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 / my_address / 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-fce77668", Component.options)
  } else {
    hotAPI.reload("data-v-fce77668", 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
  })
})()}