-
Hey there, is there currently a way to access eg. the data, methods or anything of a mounted component or in general the vue instance of the component in the tests?
Something like this (I know this…
-
Volar 1.1.4 added a new setting, `volar.inlayHints.eventArgumentInInlineHandlers`, enabled by default. Here's the commit:
https://github.com/vuejs/language-tools/commit/274b027cf30482b95fd20ff822b66b…
-
### Describe the problem
I'm from Vue and I like the fact that Vue is a pure CSR all-in-one framework and keeps its SSR Nuxt a separated project.
Sveltekit seems a SSR-first project to me and i…
-
Child.js
```
import s from './Child.css';
class Child extends Component {
getAlert() {
alert('clicked');
}
render() {
return (
Hello
);
}
}
export default withStyles(s)(Child);
```
…
-
Using href attribute in button component 'breaks' vue-router and reloads the whole page.
Suggest adding `to` attribute to button component so the button can be used with SPAs that use vue-router
-
### What problem does this feature solve?
what should i do when i need to set a alias like '@' same as 'src' ?
### What does the proposed API look like?
i need cli-2.0 resolve setting
-
### Version
[v2.3.4](https://github.com/nuxt.js/releases/tag/v2.3.4)
### Reproduction link
[https://notnecessary.io/](https://notnecessary.io/)
### Steps to reproduce
- Rename tags ` and ` as `` …
-
I know with rc3 it says not to add issues - but I don't think this is a documentation thing, and in fact it may be more to do with vue-server-renderer but I wanted to run it past you here if that's OK…
-
This is a follow up of https://github.com/vuejs/vue/issues/7740#issuecomment-371309357
### Rational
Problems with current scoped slot usage:
- Verbose if using ``
- Limited to one element/co…
-
Hi, do you plan to support this project when 3.0 arrives? Or the Vue core team would integrate classes API natively?