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 4, 2022
1 parent 70b2e42 commit 8354108
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 @@ -416,7 +416,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 8354108

Please sign in to comment.