mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-08-13 18:53:19 +08:00
fix: format
This commit is contained in:
@ -112,8 +112,8 @@ export const getTag = (
|
||||
: state.opts.isGlobalElement?.(name)
|
||||
? t.identifier(name)
|
||||
: t.callExpression(createIdentifier(state, 'resolveComponent'), [
|
||||
t.stringLiteral(name),
|
||||
]);
|
||||
t.stringLiteral(name),
|
||||
]);
|
||||
}
|
||||
|
||||
return t.stringLiteral(name);
|
||||
|
Reference in New Issue
Block a user