How to use the vue-hot-reload-api.reload 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 soal / vue-mapbox / dist / vue-mapbox.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-4afaf47b", Component.options)
  } else {
    hotAPI.reload("data-v-4afaf47b", Component.options)
  }
})()}
github JosephusPaye / Keen-UI / lib / UiModal.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-5ef65288", Component.options)
  } else {
    hotAPI.reload("data-v-5ef65288", Component.options)
  }
  module.hot.dispose(function (data) {
    disposed = true
  })
})()}
github GrupaZero / platform / public / js / chunks / 0.0.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-35190f9f", Component.options)
  } else {
    hotAPI.reload("data-v-35190f9f", Component.options)
  }
  module.hot.dispose(function (data) {
    disposed = true
  })
})()}
github anodyne / nova3 / assets / js / app.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-ed3bf226", Component.options)
  } else {
    hotAPI.reload("data-v-ed3bf226", Component.options)
  }
  module.hot.dispose(function (data) {
    disposed = true
  })
})()}
github davidlin88 / mpvue-vuex-demo / dist / static / js / pages / index / main.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-09b9bc86", Component.options)
  } else {
    hotAPI.reload("data-v-09b9bc86", Component.options)
  }
  module.hot.dispose(function (data) {
    disposed = true
  })
})()}
github devisephp / cms / vue / build / js / devise-mothership.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-90161c5e", Component.options)
  } else {
    hotAPI.reload("data-v-90161c5e", 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 weDevsOfficial / wp-project-manager / view / assets / js / chunk / 2.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-04854266", Component.options)
  } else {
    hotAPI.reload("data-v-04854266", Component.options)
  }
  module.hot.dispose(function (data) {
    disposed = true
  })
})()}
github zhaoqize / weex-cnode / dist / app.web.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-4e7378a8", Component.options)
  } else {
    hotAPI.reload("data-v-4e7378a8", Component.options)
  }
})()}
github gitlabhq / gitlabhq / vendor / assets / javascripts / notebooklab.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-d42105b8", Component.options)
  } else {
    hotAPI.reload("data-v-d42105b8", Component.options)
  }
})()}