<:Component {x ? Foo : Bar}/> <script> import Foo from './Foo.html'; import Bar from './Bar.html'; export default { components: { Foo, Bar } }; </script>