[Vuejs]-Having difficulty in vue.js with vue3-easy-data-table

0👍

You lack import for necessary CSS.

Add the line below to the script tag or the starting point main.ts

import 'vue3-easy-data-table/dist/style.css';

Leave a comment