yaiks / vue-cookie-comply

A Vue 3 compatible component to handle cookie consent
MIT License
69 stars 17 forks source link

Make the rest of the strings customizable by props #9

Closed andreasotto closed 2 years ago

andreasotto commented 2 years ago

Headline Your privacy preferences and Save Button isn't translatable by props like some other strings.

andreasotto commented 2 years ago

The better approach is to use the slots like

    <template v-slot:modal-header>
      <h3>My custom modal header</h3>
    </template>

Therefore this can be closed.