update
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
allowfullscreen
|
||||
@load="onLoadIframe"
|
||||
></iframe>
|
||||
<Debugger v-if="openDebug === true" :style="'height:' + height + 'px'" />
|
||||
<Debugger v-if="openDebug === true" :style="'height:' + height + 'px'" ref="debugger"/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -62,6 +62,14 @@ export default {
|
||||
classBtn(cls) {
|
||||
return "btn v-btn-request " + cls;
|
||||
},
|
||||
/**
|
||||
* update view in component
|
||||
*/
|
||||
updateView(){
|
||||
if(this.openDebug){
|
||||
this.$refs["debugger"].loadData();
|
||||
}
|
||||
},
|
||||
onLoadIframe() {},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user