Skip to content

Commit

Permalink
feat: don't filter onXxx props
Browse files Browse the repository at this point in the history
close #2034
  • Loading branch information
johnsoncodehk committed Oct 22, 2022
1 parent 8ffe598 commit fcf6855
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -506,7 +506,7 @@ export default function useVueTemplateLanguagePlugin<T extends ReturnType<typeof
},
);
}
else {
{

const propName = name;
const propKey = createInternalItemId('componentProp', [isGlobal ? '*' : tag, propName]);
Expand Down

0 comments on commit fcf6855

Please sign in to comment.