2.0.5 • Published 2 years ago
@dword-design/vue-consent-buefy v2.0.5
@dword-design/vue-consent-buefy
Install via a package manager
# npm
$ npm install @dword-design/vue-consent-buefy
# Yarn
$ yarn add @dword-design/vue-consent-buefy
Add to local components:
<script>
import BConsent from '@dword-design/vue-consent-buefy'
export default {
components: {
BConsent,
},
}
</script>
Or register as a global component:
import BConsent from '@dword-design/vue-consent-buefy'
app.component('BConsent', BConsent)
Or register as a plugin:
import BConsent from '@dword-design/vue-consent-buefy'
app.use(BConsent)
Install via CDN
<script src="https://unpkg.com/vue@3/dist/vue.global.js"></script>
<script src="https://unpkg.com/@dword-design/vue-consent-buefy"></script>
Contribute
Are you missing something or want to contribute? Feel free to file an issue or a pull request! ⚙️
Support
Hey, I am Sebastian Landwehr, a freelance web developer, and I love developing web apps and open source packages. If you want to support me so that I can keep packages up to date and build more helpful tools, you can donate here:
Thanks a lot for your support! ❤️