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 7a49829 commit e4378e3Copy full SHA for e4378e3
lib/loader.js
@@ -28,7 +28,7 @@ module.exports = function (content) {
28
29
this.cacheable()
30
var loaderContext = this
31
- var options = this.options.vue || {}
+ var options = this.vue || this.options.vue || {}
32
var query = loaderUtils.parseQuery(this.query)
33
var filePath = this.resourcePath
34
var fileName = path.basename(filePath)
0 commit comments