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 96635ea commit 2c8d1fbCopy full SHA for 2c8d1fb
lib/helpers.js
@@ -242,7 +242,7 @@ module.exports = function createHelpers (
242
// $2: ?a=b
243
const query = loaderUtils.parseQuery($2 || '?')
244
Object.assign(query, OPTIONS, option, DEFAULT_OPTIONS)
245
- if (index !== -1) {
+ if (index > 0) {
246
// Note:
247
// Class name is generated according to its filename.
248
// Different <style> tags in the same .vue file may generate same names.
0 commit comments