|
|
5 năm trước cách đây | |
|---|---|---|
| .. | ||
| src | 5 năm trước cách đây | |
| README.md | 5 năm trước cách đây | |
| index.js | 5 năm trước cách đây | |
Inject the file path of the .vue on this.$options.__source.
vue.config.js:
const VueFilenameInjector = require('./path/to/vue-filename-injector')
module.exports = {
chainWebpack: config => {
// only with chainWebpack
VueFilenameInjector(config, {
propName: '__source' // default
})
}
}
https://github.com/neutrinojs/webpack-chain https://vue-loader.vuejs.org/guide/custom-blocks.html