mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-03-13 06:04:39 +08:00
fix: format
This commit is contained in:
parent
70a6e166de
commit
8bae9bb8e4
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user