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