Skip to main content

All Questions

0 votes
0 answers
75 views

rewritten: Vue 3 component as re-usable lib, renders during development but not after build

I am attempting to create a re-usable vue component that can be injected/used in a flask application. The main component dataTable.vue imports components tableBare.vue and paginationBare.vue, ...
JeffP's user avatar
  • 555
0 votes
0 answers
67 views

Vue 3 building component as lib

I have a case of expectation vs reality in my attempt to create a re-usable vue component that can be injected/used in a flask application. My files: src/components/dataTable.vue (main SFC) src/...
JeffP's user avatar
  • 555