File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/resources/assets/js/pages/enso/administration Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3838 "laravel-enso/actionlogger" : " 2.0.*" ,
3939 "laravel-enso/avatarmanager" : " 2.1.*" ,
4040 "laravel-enso/charts" : " 2.1.*" ,
41- "laravel-enso/vuedatatable" : " 1.0.*" ,
4241 "laravel-enso/dbsyncmigrations" : " 2.1.*" ,
4342 "laravel-enso/filemanager" : " 2.1.*" ,
4443 "laravel-enso/formbuilder" : " 2.1.*" ,
5756 "laravel-enso/trackwho" : " 1.5.*" ,
5857 "laravel-enso/tutorialmanager" : " 2.1.*" ,
5958 "laravel-enso/vuecomponents" : " 2.1.*" ,
59+ "laravel-enso/vuedatatable" : " 1.0.*" ,
6060 "tightenco/ziggy" : " 0.4.*" ,
6161 "laravel-enso/testhelper" : " 1.4.*"
6262 },
Original file line number Diff line number Diff line change 1010<script >
1111
1212import { mapGetters } from ' vuex' ;
13- import VueTable from ' ../../../../components/enso/vue-datatable /VueTable.vue' ;
13+ import VueTable from ' ../../../../components/enso/vuedatatable /VueTable.vue' ;
1414
1515
1616export default {
Original file line number Diff line number Diff line change 1010<script >
1111
1212import { mapGetters } from ' vuex' ;
13- import VueTable from ' ../../../../components/enso/vue-datatable /VueTable.vue' ;
13+ import VueTable from ' ../../../../components/enso/vuedatatable /VueTable.vue' ;
1414
1515export default {
1616 components: { VueTable },
You can’t perform that action at this time.
0 commit comments