<p>This is a stop-level element.</p> <Nested/> <script> import Nested from './Nested.html'; export default { components: { Nested } }; </script>