We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ce2eee commit 9d9acccCopy full SHA for 9d9accc
lib/loader.js
@@ -41,7 +41,7 @@ module.exports = function (content) {
41
this.cacheable()
42
var isServer = this.options.target === 'node'
43
var loaderContext = this
44
- var options = this.options.vue || {}
+ var options = this.vue || this.options.vue || {}
45
var query = loaderUtils.parseQuery(this.query)
46
var filePath = this.resourcePath
47
var fileName = path.basename(filePath)
0 commit comments