@namelivia/vue-components 1.6.1 → 1.6.2
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.esm.js +0 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +0 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/Selector.vue +0 -2
package/dist/index.esm.js
CHANGED
|
@@ -264,9 +264,7 @@ var script$k = defineComponent({
|
|
|
264
264
|
options: {
|
|
265
265
|
immediate: true,
|
|
266
266
|
handler: function (newOptions) {
|
|
267
|
-
console.log(newOptions);
|
|
268
267
|
const enabledOptions = newOptions.filter((option) => !option.disabled);
|
|
269
|
-
console.log(enabledOptions);
|
|
270
268
|
if (enabledOptions.length === 1) {
|
|
271
269
|
this.selected = enabledOptions[0].value;
|
|
272
270
|
}
|