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