Luca Ban

Results 522 comments of Luca Ban
trafficstars

@millsp try the iframe! Seems simple and fast enough! And very beneficial

@millsp no problem man! you're an angel to the TS community. I won't ever pressure you : )

Well, I like Vue Press, but I know you're a React guy, so we're kinda in different camps here 😛

will get to this during Q1 2021

I have the same problem. I'm forced to use `props` and `attrs` respectively. I am forced to write: ```tsx ``` But I wish I could write (but this does not...

@tochoromero Check out my branch and run `npm run dev`. Then check out the source code for my proof of concept here: https://github.com/tochoromero/vuejs-smart-table/blob/4c25e76b7662cda692e7c7f07bcb73e9a902c97e/App.vue#L14~L20 See the GIF here: ![2021-07-19 20 06...

@tochoromero did you see this PR? You've addressed what I tried to achieve with this PR in the latest release, so should I go ahead and close this PR? PS:...

ps my discord is `Luca Ban [Mesqueeb]#4774`

I was able to "workaround" this by doing `:modifyUrl="false"` and then I added a "click" event on each `` element on which I execute: ```ts /** * @param {MouseEvent} event...

Here is the bug on Codepen, reproduced in it's simplest form: https://codepen.io/mesqueeb/pen/XYOoOy?editors=0011 This is one of the reasons I can't use nanoclone in my project. Having the props moved to...