91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

bootstrap中select插件怎么封裝成Vue2.0組件

發布時間:2022-04-27 10:56:32 來源:億速云 閱讀:204 作者:iii 欄目:大數據

本文小編為大家詳細介紹“bootstrap中select插件怎么封裝成Vue2.0組件”,內容詳細,步驟清晰,細節處理妥當,希望這篇“bootstrap中select插件怎么封裝成Vue2.0組件”文章能幫助大家解決疑惑,下面跟著小編的思路慢慢深入,一起來學習新知識吧。

html

<my-select :options="input.options" v-model="input.value" ref="typeSelect" :index="index" :childidx="childIdx" :load="load" :multiple="input.multiple" :method="change"></my-select>

js

// select 插件
Vue.component('vm-select', {
 props : ['options', 'value', 'multiple', 'method', 'load', 'index', 'childidx'],
 template : "<select :multiple='multiple' class='selectpicker' data-live-search='true' title='請選擇' data-live-search-placeholder='搜索'><option :value='option.value' v-for='option in options'>{{ option.label }}</option></select>",
 mounted : function () {
 var vm = this;
 $(this.$el).selectpicker('val', this.value != null ? this.value : null);
 $(this.$el).on('changed.bs.select', function () {
 vm.$emit('input', $(this).val());
 if (typeof(vm.method) != 'undefined') {
 vm.method(vm.index, vm.childidx, this.value);
 }
 });
 $(this.$el).on('show.bs.select', function () {
 if (typeof(vm.load) != 'undefined') {
 vm.load(vm.index, vm.childidx);
 }
 });
 },
 updated : function () {
 $(this.$el).selectpicker('refresh');
 },
 destroyed : function () {
 $(this.$el).selectpicker('destroy');
 }
});

不得不提一下,在使用多個select的時候,在刪除某一個selcet對象的時候,加載的值會發生改變,糾結了半天發現是vue自身的問題:因為vue對象有在重新渲染html的過程中會復用原來相同的vue對象,所以導致會導致selcet對象錯位。解決方案:將每個select對象打上一個標簽key。雖然可能導致性能的下降,但是不會導致錯誤。

bootstrap中select插件怎么封裝成Vue2.0組件

讀到這里,這篇“bootstrap中select插件怎么封裝成Vue2.0組件”文章已經介紹完畢,想要掌握這篇文章的知識點還需要大家自己動手實踐使用過才能領會,如果想了解更多相關內容的文章,歡迎關注億速云行業資訊頻道。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

高台县| 依安县| 海口市| 潍坊市| 友谊县| 武功县| 长汀县| 视频| 新建县| 太仓市| 永昌县| 循化| 定西市| 鹰潭市| 攀枝花市| 天长市| 梓潼县| 文安县| 莱州市| 阳西县| 油尖旺区| 葫芦岛市| 原阳县| 长岛县| 商河县| 桐庐县| 彩票| 游戏| 巴塘县| 获嘉县| 黑山县| 和平区| 江安县| 泰来县| 布尔津县| 峨眉山市| 法库县| 清原| 宝清县| 阳东县| 阿克苏市|