Tom Noogen

Results 50 comments of Tom Noogen

I'd like to point out two possible quirks with your setup so you can troubleshoot if running into these issues in the future: 1. Proxy pass should be configured on...

What do you mean? I just did simple browsing of Vesta FileManager in chrome and it's working fine.

Did you setup the DNS to IP address correctly? Also, if you didn't setup DNS for www then remember to remove it from the Aliases box.

Is there a problem of it not working in Vue3? I thought Vue2 component works in Vue3 so wouldn't keep it as is work better?

The error seem like it have a problem with vue@^2.6.12 as peer dev. I removed it from peer dependencies in 1.5.0, please try and let me know if it work....

I replace beforeDestroy for pure element removal event. `const that = this` is important. It is use to save the correct outside this context when use inside of event handlers....

@sametsafak Thanks for posting your error. This gave me a hint on why it is broken. I've updated the component to support Vue 3 and tag new release to version...

@ckujawa I'm not sure what the issue is but from what you commented above, are you missing reference of ``? Though, I did found a different or similar issue in...

Yep, to develop Vue with Typescript, Vite is suggested right on vuejs own site here: https://vuejs.org/guide/typescript/overview.html

@prashantsimejiya-siya See point 2 here https://github.com/niiknow/vue-datatables-net#responsive The `select-checkbox` plugin does not work because the code was written for jQuery and not for vue. Therefore, we only import the css and...