All Questions
2 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, ...
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/...