vijay kumar

Results 21 comments of vijay kumar

Hi @ratiw , I have given access to the repo which I setup now. Thanks once again for your continious support

I did remove it before uploading to github. I tried not to pass so that it takes default and also I tried to pass as object by appending `:` to...

@hjc1702 yeah its fixed, are you trying to use it without vue.component? this plugin works only with normal vue standard. Not ECMA script. I mean you should use it in...

@laozhuang727 yeah true, actually i tried using ECMA for almost a 4 days and then finally asked ratiw to help me. He fixed it using `Vue.component` so I had no...

same as @laozhuang727 , just formatted If we use it as the vue standard: ``` javascript import Vue from 'vue' Vue.component('vuetable-pagination', require('./VuetablePagination.vue')) export default Vue.extend({ components: { MyNav, VuetableSearchToolBar, VuetableSettingsModal,...

any help on this?

any solution on this? @RedKage I am also looking for solution to replace `I am on my way:laughing: `

@RedKage thanks for the reply.

@hschimpf Love what you did for Function management. I am looking to organize my functions for so long and this is good starter, did you also add support for arrays?...