ui_migration fix(deps): --preliminary-- fixed replaced v-observe-visibility by vueuse useIntersectionObserver
This commit is contained in:
parent
5825015aba
commit
5fe3d563f5
33 changed files with 154 additions and 80 deletions
|
|
@ -101,7 +101,6 @@
|
|||
<script>
|
||||
import syncPropertyButton from "./syncPropertyButton.vue";
|
||||
// vue3 migration
|
||||
import { markRaw } from "vue";
|
||||
|
||||
export default {
|
||||
name: "InputFromSchema",
|
||||
|
|
@ -216,13 +215,11 @@ export default {
|
|||
this.updateIsEdited();
|
||||
this.resetInternalValue();
|
||||
},
|
||||
//deep: true,
|
||||
},
|
||||
internalValue: {
|
||||
handler() {
|
||||
this.updateIsEdited();
|
||||
},
|
||||
//deep: true,
|
||||
},
|
||||
animate(updated) {
|
||||
if (updated) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue