Yoyo
Yoyo
@LinusBorg `teleport` can't work with transition, this cause some transition(leave animate) broken.
> > @LinusBorg `teleport` can't work with transition, this cause some transition(leave animate) broken. > > That should.be addressed as a bug in the Vue 3 repo then. I think...
> Vuex has created a lot of pain for Typescript users. Now that we have the Composition API... do we even really need Vuex? In 2020, if I'm training a...
I have the same problem, it seens `xterm-screen` has the wrong size.
Same issue too :(
WaitFor should have a decorator, it's hard to use. before: ```ts waitSomething = waitFor('somthing is waiting', async function() { ... doing }) ``` after: ```ts @WaitFor('somthing is waiting') async waitSomething...
Actually I'm not forget to `use`, I think the major reason Is the `waitFor` api cannot find my instance at Vue.
@DavidLambauer For a workaround, you can install 1.3.2 version, and copy .d.ts file to your project. (I’ve put it on `@/types/declare`) p.s. you need restart dev server to load your...
Same here, just import it and it breaking.
Sorry for my poor describe :( The problem is Red color block will disappear when I use prefix like `!`, it should keep display.