refactoring

This commit is contained in:
2025-12-06 09:30:10 +02:00
parent f7955404a9
commit 7397c6dfe7
3 changed files with 22 additions and 19 deletions
+10 -10
View File
@@ -50,16 +50,8 @@ import Utils from '@/lib/Utils';
import AssetSelector from '../AssetsManagement/AssetSelector.vue';
export default {
emits:['target', 'preview'],
components: { SvgIcon, AssetSelector },
data(){
return {
active: false
}
},
mounted(){
this.active = true;
},
emits:['target', 'preview'],
components: { SvgIcon, AssetSelector },
props:{
//context: Object,
modelValue: Object,
@@ -69,6 +61,14 @@ export default {
visible: Boolean,
parent: Object
},
data(){
return {
active: false
}
},
mounted(){
this.active = true;
},
steps: [['x1', 'y1']],
name: 'scene',
modifiers: ['x1', 'y1'],