import { defineComponent } from 'vue'; export default defineComponent({ name: 'NestedComponent', template: `

Nested Component

This is a nested component from the included template.

`, });