skip to Main Content

how to add Vue props value to background-image – CSS

I'm new in VueJS and I get confused to change background image from Vue props value. I've created simple table from 'vue3-easy-data-table'. BaseTable.vue: <template> <EasyDataTable> ... </EasyDataTable> </template> <script setup lang="ts"> changeImg: { type: String, } }) </script> <style> .vue3-easy-data-table__message…

VIEW QUESTION
Back To Top
Search