vuejs / vue

This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core
http://v2.vuejs.org
MIT License
207.77k stars 33.66k forks source link

模版渲染之后,怎么绑定jquery 插件事件? #885

Closed zb188 closed 9 years ago

zb188 commented 9 years ago
 new Vue({
      el: '#dataView',
      template:'#item-template',
      data: {
            items:data
       }
});
 side('#sideBox',{'photos':photoArray});//这个#sideBox  dom在模版里面,怎么绑定这个幻灯插件事件?
yyx990803 commented 9 years ago

开 issue 前请先阅读须知:https://github.com/yyx990803/vue/blob/dev/CONTRIBUTING.md#issue-reporting-guidelines 类似问题请发布到 https://github.com/vuejs/Discussion/issues