Is it possible to use the Vue Composition api in custom panel views & plugins?

All the panel & plugin examples work with the Vue Options api. I was wondering if it’s possible to use the Vue Composition API instead, and if there are any existing examples of this?

In my case I was trying to convert the Example audio block to the Compositon api, but I couldn’t get far.

Afaik, the Kirby panel runs on Vue 2.7, which backports the composition API from Vue3. So technically it should be possible, though you’ll have to be aware that only very few of the other Vue3 APIs you might be used to using would be available (see: Migration to Vue 2.7 — Vue.js)