vue-lazy-cascader 0.1.15 → 0.1.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{lib → dist/lib}/vue-lazy-cascader.common.js +4 -1
- package/dist/lib/vue-lazy-cascader.common.js.map +1 -0
- package/{lib → dist/lib}/vue-lazy-cascader.umd.js +4 -1
- package/dist/lib/vue-lazy-cascader.umd.js.map +1 -0
- package/{lib → dist/lib}/vue-lazy-cascader.umd.min.js +1 -1
- package/dist/lib/vue-lazy-cascader.umd.min.js.map +1 -0
- package/package.json +9 -8
- package/lib/vue-lazy-cascader.common.js.map +0 -1
- package/lib/vue-lazy-cascader.umd.js.map +0 -1
- package/lib/vue-lazy-cascader.umd.min.js.map +0 -1
- /package/{lib → dist/lib}/demo.html +0 -0
|
@@ -1606,7 +1606,7 @@ if (typeof window !== 'undefined') {
|
|
|
1606
1606
|
// Indicate to webpack that this file can be concatenated
|
|
1607
1607
|
/* harmony default export */ var setPublicPath = (null);
|
|
1608
1608
|
|
|
1609
|
-
;// CONCATENATED MODULE: ./node_modules/.pnpm/vue-loader@15.11.1_css-loader@6.11.0_vue-template-compiler@2.6.14_webpack@5.91.0/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/.pnpm/vue-loader@15.11.1_css-loader@6.11.0_vue-template-compiler@2.6.14_webpack@5.91.0/node_modules/vue-loader/lib/index.js??vue-loader-options!./src/components/cascader/src/cascader.vue?vue&type=template&id=
|
|
1609
|
+
;// CONCATENATED MODULE: ./node_modules/.pnpm/vue-loader@15.11.1_css-loader@6.11.0_vue-template-compiler@2.6.14_webpack@5.91.0/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/.pnpm/vue-loader@15.11.1_css-loader@6.11.0_vue-template-compiler@2.6.14_webpack@5.91.0/node_modules/vue-loader/lib/index.js??vue-loader-options!./src/components/cascader/src/cascader.vue?vue&type=template&id=9227611e
|
|
1610
1610
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{directives:[{name:"clickoutside",rawName:"v-clickoutside",value:(function () { return _vm.toggleDropDownVisible(false); }),expression:"() => toggleDropDownVisible(false)"}],ref:"reference",class:[
|
|
1611
1611
|
'el-cascader',
|
|
1612
1612
|
_vm.realSize && ("el-cascader--" + _vm.realSize),
|
|
@@ -7404,6 +7404,9 @@ const InputSizeMap = {
|
|
|
7404
7404
|
|
|
7405
7405
|
// 3.调用前端搜索方法
|
|
7406
7406
|
this.getSuggestions();
|
|
7407
|
+
this.$nextTick(() => {
|
|
7408
|
+
this.$refs.suggestionPanel.update();
|
|
7409
|
+
});
|
|
7407
7410
|
};
|
|
7408
7411
|
return resolve;
|
|
7409
7412
|
},
|