refactoring
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user