How to use the vue-hot-reload-api.install 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 weDevsOfficial / wp-project-manager / view / assets / js / chunk / 6.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-792d7af7", Component.options)
  } else {
    hotAPI.reload("data-v-792d7af7", Component.options)
  }
  module.hot.dispose(function (data) {
    disposed = true
  })
})()}
github weDevsOfficial / wp-project-manager / view / assets / js / chunk / 0.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-792d7af7", Component.options)
  } else {
    hotAPI.reload("data-v-792d7af7", 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
  })
})()}
github ratiw / vue-table / dist / vue-table.js View on Github external
if (module.hot) {(function () {  module.hot.accept()
  var hotAPI = require("vue-hot-reload-api")
  hotAPI.install(require("vue"), true)
  if (!hotAPI.compatible) return
  if (!module.hot.data) {
    hotAPI.createRecord("_v-3d729fe6", module.exports)
  } else {
    hotAPI.update("_v-3d729fe6", module.exports, (typeof module.exports === "function" ? module.exports.options : module.exports).template)
  }
})()}
},{"./VuetablePaginationMixin.vue":6,"vue":"vue","vue-hot-reload-api":1}],5:[function(require,module,exports){
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-7342b363", Component.options)
  } else {
    hotAPI.reload("data-v-7342b363", Component.options)
  }
})()}
github devisephp / cms / vue / build / js / devise-administration.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-452a4712", Component.options)
  } else {
    hotAPI.reload("data-v-452a4712", Component.options)
  }
  module.hot.dispose(function (data) {
    disposed = true
  })
})()}
github JosephusPaye / Keen-UI / lib / UiCloseButton.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-7ba5f488", Component.options)
  } else {
    hotAPI.reload("data-v-7ba5f488", Component.options)
  }
  module.hot.dispose(function (data) {
    disposed = true
  })
})()}
github vouill / vue-slideout / lib / vue-slideout.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-50a863f2", Component.options)
  } else {
    hotAPI.reload("data-v-50a863f2", Component.options)
  }
})()}
github leftstick / vue-expand-ball / dist / vue-expand-ball.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-6f039d14", Component.options)
  } else {
    hotAPI.reload("data-v-6f039d14", Component.options)
  }
  module.hot.dispose(function (data) {
    disposed = true
  })
})()}
github weDevsOfficial / wp-project-manager / view / assets / js / chunk / 11.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-46bc394e", Component.options)
  } else {
    hotAPI.reload("data-v-46bc394e", Component.options)
  }
  module.hot.dispose(function (data) {
    disposed = true
  })
})()}