$(function(){ new Vue({ el: "#main", data: { yuYue:{ hospital:'' } }, mounted: function() { $("#myCarousel").carousel('cycle') }, methods: { setYiYuan: function(value){ this.yuYue.hospital = value } } }) })