Stanislav Lashmanov

Results 33 issues of Stanislav Lashmanov

Reproduction: https://jsfiddle.net/b2gezpw7/ If you pair `MountingPortal` with an `append` strategy and provide a `transition` it would fail to safely unmount when toggled by a wrapping `v-if`. After unmount you'll get...

bug
PR welcome

Right now VTUC only supports ES Modules, but not every nodejs environment supports these types of modules and does require a compilation step. It would provide a much better developer...

If you try to use a router with a localVue when calling shallowMount you will get the following error: ``` TypeError: Cannot redefine property: $router at Function.defineProperty () 89 |...

For some reason the app is blocked by Google, I am getting this error when trying to connect the app to my Google account: > Logging with Google account is...

### Description 📖 In order to inherit all the features of the `javascript_include_tag` it should be used within `vite_client_tag`. Otherwise you won't get CSP support and all other built-in features....

If you try to override a predefined `~` alias with an `resolve.alias = [{ find: '~', replacement: 'foo' }]` config it won't work and default `~` alias would still be...

enhancement

This is an issue for the new upcoming docs currently hosted at staging.vuejs.org. How do I share a link to a page that has Options API or Composition API preference...

enhancement
new version

I would like to be able to choose on how to convert data props to reactive values. There are two methods: `value` and `state` and `value` is the default one...