vue-tutorials
vue-tutorials copied to clipboard
Let you insight into the Vue.js
In Router demos, the vue template has multiple root elements. **Vue templates must have a single root element** (https://vuejsdevelopers.com/2018/09/11/vue-multiple-root-fragments/) This is a tutorial so the code should follow best practices....
现在的vue全家桶,还推荐配合browserify一起用么?
npm run dev报错了 npm ERR! missing script: dev
跪求更新啊大佬!
01.GettingStarted/simple-demo下的代码在vue 1.0的api中 应该这么写才有效,作者的哪个写法是2.0的写法,我的修改 {{ person.name }} {{ person.age }} {{ person.sex }} Delete 参考 https://v1.vuejs.org/guide/list.html https://cn.vuejs.org/v2/guide/list.html
作者的blog质量挺高的,写了vue教程后貌似就不在更新了,不知道有没有补充下vue2教程的想法?
``` 关闭 ``` 把button去掉后,给相应name的slot填充值后浏览,不显示“没有分发内容”这几个字, `没有分发内容` 效果:  是这个例子有什么问题吗?