Skip to content

Commit

Permalink
Include the vue extension in imports fixes #18
Browse files Browse the repository at this point in the history
  • Loading branch information
tochoromero committed Dec 23, 2020
1 parent 4ee0ff4 commit 211a412
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import VTable from './VTable'
import VTh from './VTh'
import VTr from './VTr'
import SmartPagination from './SmartPagination'
import VTable from './VTable.vue'
import VTh from './VTh.vue'
import VTr from './VTr.vue'
import SmartPagination from './SmartPagination.vue'

export {
VTable,
Expand Down

0 comments on commit 211a412

Please sign in to comment.