Skip to content

Commit

Permalink
fix(app): server 500 error in production, related to vue3-easy-data-t…
Browse files Browse the repository at this point in the history
…able
  • Loading branch information
johnson86tw committed Apr 23, 2024
1 parent d8433c8 commit 877b1c8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/plugins/vue3-easy-data-table.client.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import Vue3EasyDataTable from 'vue3-easy-data-table'
import 'vue3-easy-data-table/dist/style.css'

export default defineNuxtPlugin(nuxtApp => {
nuxtApp.vueApp.component('Vue3EasyDataTable', Vue3EasyDataTable)
})

0 comments on commit 877b1c8

Please sign in to comment.