honey icon indicating copy to clipboard operation
honey copied to clipboard

fixes #32 vuejs side effect warning

Open swilla opened this issue 2 years ago • 1 comments

Documented here: https://medium.com/@gaute.meek/how-to-add-a-script-tag-in-a-vue-component-34f57b2fe9bd

swilla avatar Apr 08 '22 13:04 swilla

To use this in your project on the fork you can as follows in your composer.json:

"repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/TappNetwork/honey"
        }
],
"lukeraymonddowning/honey": "dev-fix-side-effects-warning",

Then run composer update.

swilla avatar Apr 21 '22 11:04 swilla