We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5fa5e2 commit 4917d73Copy full SHA for 4917d73
lib/loader.js
@@ -28,8 +28,8 @@ module.exports = function (content) {
28
29
this.cacheable()
30
var loaderContext = this
31
- var options = this.vue || this.options.vue || {}
32
var query = loaderUtils.parseQuery(this.query)
+ var options = Object.assign({}, this.options.vue, this.vue, query)
33
var filePath = this.resourcePath
34
var fileName = path.basename(filePath)
35
var moduleId = '_v-' + hash(filePath)
0 commit comments