Jonathan Walters
Jonathan Walters
@shannonmoeller, very timely! I just ran into this problem today and that fix works perfectly. Unfortunately simply `unplug`ing the package didn't seem to work for me, but the sdk solution...
@sethmills21 I ran into a similar issue and this fixed it for me: `plugins/vue-awesome.js`: ``` import Vue from 'vue'; import Icon from 'vue-awesome/components/Icon.vue'; Vue.component('icon', Icon); ``` Note that we're not...
I ran into the exact same issue using Nuxt 3.5.1 when generating (to deploy to netlify) and vue3-table-lite 1.3.7... and I figured out how to fix it. In `nuxt.config.tx` add...