How to use the vue-hot-reload-api.createRecord function in vue-hot-reload-api

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 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
  })
})()}
github TemperWorks / Nucleus / lib / UiRadio.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-ce884cbc", Component.options)
  } else {
    hotAPI.reload("data-v-ce884cbc", Component.options)
  }
})()}
github devisephp / cms / vue / build / js / devise-icons.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-57d36f07", Component.options)
  } else {
    hotAPI.reload("data-v-57d36f07", Component.options)
  }
  module.hot.dispose(function (data) {
    disposed = true
  })
})()}
github weDevsOfficial / wp-project-manager / view / assets / js / chunk / 3.chunk-bundle.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-39aeec0c", Component.options)
  } else {
    hotAPI.reload("data-v-39aeec0c", Component.options)
  }
  module.hot.dispose(function (data) {
    disposed = true
  })
})()}
github deepkolos / vc-popup / packages / popup-picker / 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-7f7de245", Component.options)
  } else {
    hotAPI.reload("data-v-7f7de245", Component.options)
' + '  }
  module.hot.dispose(function (data) {
    disposed = true
  })
})()}
github elninotech / uppload / wrappers / vue / example / uppload-vue.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-9abc5a06", Component.options)
  } else {
    hotAPI.reload("data-v-9abc5a06", Component.options)
  }
  module.hot.dispose(function (data) {
    disposed = true
  })
})()}