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 0d769c1 commit 39082d4Copy full SHA for 39082d4
lib/loader.js
@@ -67,8 +67,8 @@ module.exports = function (content) {
67
getLoaderString(type, part, index, scoped) +
68
// select the corresponding part from the vue file
69
getSelectorString(type, index || 0) +
70
- // the url to the actual vuefile
71
- filePath
+ // the url to the actual vue file, including remaining requests
+ loaderUtils.getRemainingRequest(loaderContext)
72
)
73
}
74
0 commit comments