-
Hi,
Thank you for your work. It's (oddly) very hard to find a usable WYSIWYG editor in VueJS2.
I have an issue when I try to reload a previously saved text. As medium-editor outputs HTML, it sho…
-
```javascript
export default {
name: 'v-loading',
data(){
return {
show: false
}
},
me…
-
(1)beforeRouteEnter,beforeRouteLeave 在官方vuejs2 文档api都没有出现这个,作者用了,合适吗?
//通过路由的before钩子解除router-view缓存限制
beforeRouteEnter (to, from, next) {
next(vm => {
vm.$store.commit(…
-
See https://slack.com/is and
-
this component does not support vuejs2.0
Can you add a branch to implement on vue2.0?
-
Hi,
Do you have plan to make this vue-async-data work with vuejs2.0?
Thanks~!
-
Hi there,
I used vue-cli to create the standard webpack scaffolding.
I'm using vue2 and vue-socket.io.
Running on the dev server, everything works perfectly. But when I build and run the buil…
-
@yyx990803 ,
Hi, vuejs core team,
I am struggling on find a good solution for point to point communication between parent child components with vuejs2.0.
Because vuejs2.0 has deprecated the $broadcast…
-
Vue.js version
2.0.0-rc.3
Reproduction Link
[https://jsfiddle.net/matiascx/tdhzjavg/1/](https://jsfiddle.net/matiascx/tdhzjavg/1/)
Steps to reproduce
run
What is Expected?
input focused
What i…
-
im following the migration guide to migrate from vuejs1+vuerouter 0.7 to vuejs2+ vuerouter 2
but it seem the router-link do not perform an exact match on link,
Kindly references to the jsfiddles
[Vu…