Panel component example in Docs is wrong

Edit: So, following source code, I was able to create basic vue component, which just shows header with some text.

As far as I can tell, “Panel Views” reference uses outdated plugin object and since renamed UI kit components, such as kirby-view instead of k-view


Original message:

I am trying to follow the guide on creating panel extensions, and when I straight copy paste code from the Guide, I get following message:

No view component provided when loading view “todos”. The view has not been registered.

Is there some missing magic piece? Or is some minimal, working example available?

I’ve found some Kirby 3 ready plugins already, but they don’t use the minimal Vue.component definition, but full compilation pipeline of .vue templates.

This was now reported to the getkirby.com repo.