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 29ca95e commit 0effe8eCopy full SHA for 0effe8e
lib/loader.js
@@ -180,10 +180,11 @@ module.exports = function (content) {
180
exports +=
181
'__vue_options__.render = __vue_template__.render\n' +
182
'__vue_options__.staticRenderFns = __vue_template__.staticRenderFns\n'
183
- // attach scoped id
184
- if (hasScoped) {
185
- exports += '__vue_options__._scopeId = "' + moduleId + '"\n'
186
- }
+ }
+
+ // attach scoped id
+ if (hasScoped) {
187
+ exports += '__vue_options__._scopeId = "' + moduleId + '"\n'
188
}
189
190
if (!query.inject) {
0 commit comments