Add a feedback widget to your Vue app
Add the script tag to your HTML, use the custom element. Vue 3 handles custom elements natively - just tell it to skip the Palmframe tag.
Add the script
<!-- In index.html <head> -->
<script src="https://cdn.palmframe.com/embed.js" async></script>Add to your app
<template>
<palmframe-widget project="your-project-id" />
</template>Benefits
- Works with Vue 3 and Nuxt 3
- Native custom element support
- Shadow DOM isolation - no style conflicts
- Compatible with Options API and Composition API
- No npm package needed - load from CDN
Ready to add feedback to your app?
Try Palmframe free - takes 2 minutes to set up.