import { defineComponent } from 'vue'; export default defineComponent({ name: 'NestedComponent', template: `
This is a nested component from the included template.