Commit 00dd5872 authored by rockyl's avatar rockyl

aaa

parent 5b6c9dde
module.exports = { module.exports = {
region: 'oss-cn-hangzhou', region: 'oss-cn-hangzhou',
id: 'LTAIqO2wblIxQvwc', id: 'LTAI4Fw25WcfcGv7FvcHoiHK',
secret: '4brsaSRbRpjxw3oDIxJi6bNMcndIR6', secret: 'NZk1NtT9J5HFaAolNbtQdzTzLLvLYm',
bucket: 'duiba', bucket: 'duiba',
output: '/editor/zeroing/v1', output: '/editor/zeroing/v1',
exclude: /.js.map$/, exclude: /.js.map$/,
......
...@@ -40,6 +40,11 @@ ...@@ -40,6 +40,11 @@
mounted(){ mounted(){
this.editValue = this.getEditValue(); this.editValue = this.getEditValue();
}, },
watch:{
value(){
this.editValue = this.getEditValue();
}
},
computed: { computed: {
defaultValue(){ defaultValue(){
return getInputDefaultValue(this.property); return getInputDefaultValue(this.property);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment