generated from Tahul/vue-composable-starter
-
-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(app): add table to the index.vue
- Loading branch information
1 parent
a97a1f0
commit d8433c8
Showing
4 changed files
with
17,242 additions
and
23,578 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
}) |
Oops, something went wrong.