-
Notifications
You must be signed in to change notification settings - Fork 920
Closed
Description
I see *.vue
files in the source tree, but with content is generated by webpack (Google Chrome Version 47.0.2526.111 64-bit):
var __vue_script__, __vue_template__
__vue_script__ = require("-!coffee!./../../../../node_modules/vue-loader/lib/selector.js?type=script&index=0!./Total.vue")
__vue_template__ = require("-!vue-html-loader!./../../../../node_modules/vue-loader/lib/selector.js?type=template&index=0!./Total.vue")
module.exports = __vue_script__ || {}
if (module.exports.__esModule) module.exports = module.exports.default
if (__vue_template__) { (typeof module.exports === "function" ? module.exports.options : module.exports).template = __vue_template__ }
if (module.hot) {(function () { module.hot.accept()
var hotAPI = require("vue-hot-reload-api")
hotAPI.install(require("vue"), true)
if (!hotAPI.compatible) return
var id = "/full/path/to/Total.vue"
if (!module.hot.data) {
hotAPI.createRecord(id, module.exports)
} else {
hotAPI.update(id, module.exports, __vue_template__)
}
})()}
/*****************
** WEBPACK FOOTER
** ./app/components/cart/Total.vue
** module id = 27
** module chunks = 0 1 2 3
**/
Metadata
Metadata
Assignees
Labels
No labels