diff --git a/pkg/harvester/edit/harvesterhci.io.host/index.vue b/pkg/harvester/edit/harvesterhci.io.host/index.vue
index d42d4d18..cf220ce1 100644
--- a/pkg/harvester/edit/harvesterhci.io.host/index.vue
+++ b/pkg/harvester/edit/harvesterhci.io.host/index.vue
@@ -516,7 +516,7 @@ export default {
diff --git a/pkg/harvester/edit/harvesterhci.io.keypair.vue b/pkg/harvester/edit/harvesterhci.io.keypair.vue
index 56ccd43c..052b4cf4 100644
--- a/pkg/harvester/edit/harvesterhci.io.keypair.vue
+++ b/pkg/harvester/edit/harvesterhci.io.keypair.vue
@@ -86,7 +86,7 @@ export default {
ref="nd"
:key="randomString"
:value="value"
- @update:value="$emit('input', $event)"
+ @update:value="$emit('update:value', $event)"
:mode="mode"
/>
diff --git a/pkg/harvester/edit/harvesterhci.io.logging.output.vue b/pkg/harvester/edit/harvesterhci.io.logging.output.vue
index 3f5508b1..a3fbb2f5 100644
--- a/pkg/harvester/edit/harvesterhci.io.logging.output.vue
+++ b/pkg/harvester/edit/harvesterhci.io.logging.output.vue
@@ -170,7 +170,7 @@ export default {
diff --git a/pkg/harvester/edit/harvesterhci.io.networkattachmentdefinition.vue b/pkg/harvester/edit/harvesterhci.io.networkattachmentdefinition.vue
index 611e0ab8..b9c30144 100644
--- a/pkg/harvester/edit/harvesterhci.io.networkattachmentdefinition.vue
+++ b/pkg/harvester/edit/harvesterhci.io.networkattachmentdefinition.vue
@@ -178,7 +178,7 @@ export default {
diff --git a/pkg/harvester/edit/harvesterhci.io.secret.vue b/pkg/harvester/edit/harvesterhci.io.secret.vue
index a2beb204..c567ad7a 100644
--- a/pkg/harvester/edit/harvesterhci.io.secret.vue
+++ b/pkg/harvester/edit/harvesterhci.io.secret.vue
@@ -234,7 +234,7 @@ export default {
>
diff --git a/pkg/harvester/edit/harvesterhci.io.storage/index.vue b/pkg/harvester/edit/harvesterhci.io.storage/index.vue
index e011eec4..8f7ec052 100644
--- a/pkg/harvester/edit/harvesterhci.io.storage/index.vue
+++ b/pkg/harvester/edit/harvesterhci.io.storage/index.vue
@@ -210,7 +210,7 @@ export default {
diff --git a/pkg/harvester/edit/harvesterhci.io.virtualmachineimage.vue b/pkg/harvester/edit/harvesterhci.io.virtualmachineimage.vue
index 1d24addb..e4d9f613 100644
--- a/pkg/harvester/edit/harvesterhci.io.virtualmachineimage.vue
+++ b/pkg/harvester/edit/harvesterhci.io.virtualmachineimage.vue
@@ -281,7 +281,7 @@ export default {
-
+
-
+
@@ -161,7 +161,7 @@ export default {
@@ -175,7 +175,7 @@ export default {
@@ -189,7 +189,7 @@ export default {
diff --git a/pkg/harvester/edit/loadbalancer.harvesterhci.io.ippool/Selector.vue b/pkg/harvester/edit/loadbalancer.harvesterhci.io.ippool/Selector.vue
index da0470cf..fce602e5 100644
--- a/pkg/harvester/edit/loadbalancer.harvesterhci.io.ippool/Selector.vue
+++ b/pkg/harvester/edit/loadbalancer.harvesterhci.io.ippool/Selector.vue
@@ -62,7 +62,7 @@ export default {
return;
}
- this.$emit('input', this.selector);
+ this.$emit('update:value', this.selector);
}
},
};
diff --git a/pkg/harvester/edit/loadbalancer.harvesterhci.io.ippool/index.vue b/pkg/harvester/edit/loadbalancer.harvesterhci.io.ippool/index.vue
index eca8d262..27823f1e 100644
--- a/pkg/harvester/edit/loadbalancer.harvesterhci.io.ippool/index.vue
+++ b/pkg/harvester/edit/loadbalancer.harvesterhci.io.ippool/index.vue
@@ -80,7 +80,7 @@ export default {
>
diff --git a/pkg/harvester/edit/loadbalancer.harvesterhci.io.loadbalancer/Listeners.vue b/pkg/harvester/edit/loadbalancer.harvesterhci.io.loadbalancer/Listeners.vue
index 596299d5..73bddc49 100644
--- a/pkg/harvester/edit/loadbalancer.harvesterhci.io.loadbalancer/Listeners.vue
+++ b/pkg/harvester/edit/loadbalancer.harvesterhci.io.loadbalancer/Listeners.vue
@@ -91,7 +91,7 @@ export default {
return;
}
- this.$emit('input', this.rows);
+ this.$emit('update:value', this.rows);
}
},
};
diff --git a/pkg/harvester/edit/loadbalancer.harvesterhci.io.loadbalancer/index.vue b/pkg/harvester/edit/loadbalancer.harvesterhci.io.loadbalancer/index.vue
index 0b7b6a96..6d8736bb 100644
--- a/pkg/harvester/edit/loadbalancer.harvesterhci.io.loadbalancer/index.vue
+++ b/pkg/harvester/edit/loadbalancer.harvesterhci.io.loadbalancer/index.vue
@@ -234,7 +234,7 @@ export default {
>
diff --git a/pkg/harvester/edit/management.cattle.io.project.vue b/pkg/harvester/edit/management.cattle.io.project.vue
index 834e5681..138d2a5e 100644
--- a/pkg/harvester/edit/management.cattle.io.project.vue
+++ b/pkg/harvester/edit/management.cattle.io.project.vue
@@ -214,7 +214,7 @@ export default {
>
diff --git a/pkg/harvester/edit/network.harvesterhci.io.vlanconfig/index.vue b/pkg/harvester/edit/network.harvesterhci.io.vlanconfig/index.vue
index 52fc21b9..882c65ed 100644
--- a/pkg/harvester/edit/network.harvesterhci.io.vlanconfig/index.vue
+++ b/pkg/harvester/edit/network.harvesterhci.io.vlanconfig/index.vue
@@ -378,7 +378,7 @@ export default {
>