vue-vnode-syringe icon indicating copy to clipboard operation
vue-vnode-syringe copied to clipboard

🧬 Add attributes and event-listeners to <slot> content 💉

Results 4 vue-vnode-syringe issues
Sort by recently updated
recently updated
newest added

Are there any places to support Vue version 3?

enhancement

### Description The use of the [.flat() function ](https://github.com/privatenumber/vue-vnode-syringe/blob/develop/src/utils.js#L125) is not supported by all browsers ([see documentation](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/flat)) and is resulting in a multitude of Sentry errors ([1](https://sentry.io/organizations/square-inc/issues/2442756757/?project=1261557&referrer=slack), [2](https://sentry.io/organizations/square-inc/issues/2442756775/?project=1261557&referrer=slack), [3](https://sentry.io/organizations/square-inc/issues/2442471355/?project=1261557&referrer=slack), [4](https://sentry.io/organizations/square-inc/issues/2442471335/?project=1261557&referrer=slack))....

Do you have a plan to support for directives? Like as: ```html ``` or for custom directives. Thank you.

enhancement

closes https://github.com/privatenumber/vue-vnode-syringe/issues/144