Skip to content

Commit f6c83b5

Browse files
committed
fix: cache descriptor with correct resource path
1 parent 2e358ee commit f6c83b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ module.exports = function (source) {
6464
})
6565

6666
// cache descriptor
67-
setDescriptor(filename, descriptor)
67+
setDescriptor(resourcePath, descriptor)
6868

6969
// if the query has a type field, this is a language block request
7070
// e.g. foo.vue?type=template&id=xxxxx

0 commit comments

Comments
 (0)