import { App, defineComponent, reactive } from 'vue'; const Foo = defineComponent({ name: 'foo', props: ['title'], template: `