Skip to content

Commit

Permalink
fix(plugin-vue): remove duplicated scope query
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed May 11, 2022
1 parent 1c9741a commit a71a14f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-vue/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ async function linkSrcToDescriptor(

// these are built-in query parameters so should be ignored
// if the user happen to add them as attrs
const ignoreList = ['id', 'index', 'src', 'type', 'lang', 'module']
const ignoreList = ['id', 'index', 'src', 'type', 'lang', 'module', 'scoped']

function attrsToQuery(
attrs: SFCBlock['attrs'],
Expand Down

0 comments on commit a71a14f

Please sign in to comment.