bkui-vue 0.0.1-beta.161 → 0.0.1-beta.162
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/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.umd.js +1 -1
- package/lib/select/index.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -14798,7 +14798,7 @@ var Component$j = defineComponent({
|
|
14798
14798
|
trigger: "manual",
|
14799
14799
|
width: this.popperWidth,
|
14800
14800
|
arrow: false,
|
14801
|
-
placement: "bottom",
|
14801
|
+
placement: "bottom-start",
|
14802
14802
|
isShow: this.isPopoverShow
|
14803
14803
|
};
|
14804
14804
|
const popoverOptions = lodash.exports.merge(basePopoverOptions, this.popoverOptions);
|