How to use the vue-loader/node_modules/vue-hot-reload-api.install 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 Wanderxx / vue-fullcalendar / dist / vue-fullcalendar.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-3e333dbe", __vue_options__)
	  } else {
	    hotAPI.reload("data-v-3e333dbe", __vue_options__)
	  }
	})()}
	if (__vue_options__.functional) {console.error("[vue-loader] fullCalendar.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 SlovakNationalGallery / webumenia.sk / public / js / vendor / vue-color.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-2dedc691", Component.options)
  } else {
    hotAPI.reload("data-v-2dedc691", 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 / 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 / pages / shop / goods_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-6c6c8a85", Component.options)
  } else {
    hotAPI.reload("data-v-6c6c8a85", Component.options)
  }
  module.hot.dispose(function (data) {
    disposed = true
  })
})()}
github geekape / applet-h5-shop / mpvue / weiapp / dist / pages / shop / cart / 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-0529e4cb", Component.options)
  } else {
    hotAPI.reload("data-v-0529e4cb", Component.options)
  }
  module.hot.dispose(function (data) {
    disposed = true
  })
})()}
github geekape / applet-h5-shop / mpvue / weiapp / dist / pages / shop / done_pay / 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-36549b54", Component.options)
  } else {
    hotAPI.reload("data-v-36549b54", Component.options)
  }
  module.hot.dispose(function (data) {
    disposed = true
  })
})()}
github geekape / applet-h5-shop / mpvue / weiapp / dist / pages / shop / center / 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-7074d880", Component.options)
  } else {
    hotAPI.reload("data-v-7074d880", Component.options)
  }
  module.hot.dispose(function (data) {
    disposed = true
  })
})()}
github geekape / applet-h5-shop / mpvue / weiapp / dist / pages / shop / add_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-31071161", Component.options)
  } else {
    hotAPI.reload("data-v-31071161", Component.options)
  }
  module.hot.dispose(function (data) {
    disposed = true
  })
})()}