2.0.5 • Published 11 months ago

@dword-design/vue-consent-buefy v2.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

@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! ❤️

License

MIT License © Sebastian Landwehr

2.0.3

11 months ago

2.0.2

11 months ago

2.0.5

11 months ago

2.0.4

11 months ago

2.0.1

11 months ago

2.0.0

11 months ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago