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

Test Component

This is a test component from the included template.

`, });