How to use the vue-loader/node_modules/vue-hot-reload-api.createRecord 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 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-474ddc19", __vue_options__)
	  } else {
	    hotAPI.reload("data-v-474ddc19", __vue_options__)
	  }
	})()}
	if (__vue_options__.functional) {console.error("[vue-loader] App.vue: functional components are not supported and should be defined in plain js files using render functions.")}
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 / 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 / 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 / service / 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-d5f24a00", Component.options)
  } else {
    hotAPI.reload("data-v-d5f24a00", 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 / 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 / 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
  })
})()}
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
  })
})()}