vue2-frappe icon indicating copy to clipboard operation
vue2-frappe copied to clipboard

Migrate to the composition API

Open JustSteveKing opened this issue 3 years ago • 1 comments

As part of the Vue3 upgrade I would like to migrate to the composition API to keep in touch with the direction that VueJS is going.

This will mean quite a large re-write, but it should have minimal impact and breaking changes if props stay he same.

JustSteveKing avatar Aug 20 '20 12:08 JustSteveKing

There's a sort of new way of defining SFC's using the Composition API: https://v3.vuejs.org/api/sfc-script-setup.html It's less verbose and very TypeScript friendly. This is where my question is going.. do you plan to rewrite it in TypeScript?

PatrikBird avatar Jan 23 '22 07:01 PatrikBird