Piped icon indicating copy to clipboard operation
Piped copied to clipboard

Refactoring mixins to composables and regular functions

Open FireMasterK opened this issue 1 year ago • 0 comments

See https://github.com/TeamPiped/Piped/blob/master/src/main.js#L74

We have a lot of mixins, that should ideally be Vue composables, or regular JavaScript functions.

See https://vuejs.org/guide/reusability/composables

FireMasterK avatar Jan 19 '24 21:01 FireMasterK