Discussion
Discussion copied to clipboard
Vue.js discussion
操作系统:iOS9.3.4 微信版本:6.3.13 Vue.js版本:1.0.26 页面里添加一个jquery的flexslider2插件,容器上使用了-webkit-overflow-scrolling: touch; 当从portrait切换到landscape,页面向下滚动时后面内容不渲染,必须在滚动停止后才渲染出来。移除slider或者用-webkit-overflow-scrolling: auto就没有此问题,试过其他slider好像也是相同问题。
I just can't wrap my head around this "problem". I have textboxes A, B, C, D. And their visibility is conditional. Example, if I select dropdown X, first item, show...
@yyx990803 建议把此仓库作为官方的问题库(非bug类),@yyx990803 看看是否合适? 理由如下: - 都是github仓库,和提交bug没什么区别,操作简单友好。 - 在github上提issue,这些问题将很容易被检索到,都是小白踩过的坑,无论错的对的,都将是后来者的财富 - 在这里提问题和讨论问题,小白心里负担会小很多,可以尽情使用中文或者其他语言提问 - 一旦确认是bug,可以很容易的链接到vue库 - github上天然的人气比较旺,vue form是有点冷清,愿意逛github,有点不愿意逛论坛 - gitter聊天室感觉不太适合问问题,很容易被淹没,一旦当时没被注意,后续很难被提及。问题也不太容易被检索到 最近看到vue库关闭很多问题类提问,可能很多人真是着急了,在别处问,没人搭理。当然,更好的学习方法应该是多尝试,看官方文档,看测试用例?呵呵 可能真的是缺这样一个地方,方便大家交流问题和经验。 LOVE VUE!!
I have the list of users and I want to show the checkboxes selected if the user.id = people.user_id.How can I do this.It shows me checkboxes repeated. ` {{user.name}} `
this is my code, https://jsfiddle.net/0od4hwmh/2/ it can be running when pick it out, but when put it in my project of laravel 5.3, there is an error: ``` [Vue warn]:...
In this example, the 'body' slot is being rendered as a string. Is there any way to pass the actual data in the slot to the textarea in the component?...
The component system has this handy [`transition-mode`](http://vuejs.org/guide/components.html#Transition_Control) directive which allows you to set the order/timing in which the components are to be animated out and into the interface. I'm replacing...
When using `number` attribute to persist user input as number, Vue auto set the input value to `0` when the input is left empty. Is this design by purpose? I...
Probably missing something simple, but I need to know what the current index of a v-repeat is for a computed variable. This will return (Depending on another option) a bullet...
I use vue.js. I want add vue model in selector, who created using jquery plugin. My code: `div class="app" div class="wysiwyg-wrap" /div ``` new Vue({ el: '.app', data: { wysiwygText:...