add webremote url in modal
This commit is contained in:
parent
82f049dcd2
commit
2db8c535a0
4 changed files with 11 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
<div class="modal-fullscreen spatialproperties-panel">
|
||||
<div class="modal-window" >
|
||||
<div class="modal-header">
|
||||
<div class="modal-title">Web Remote QR</div>
|
||||
<div class="modal-title">{{`Web Remote QR : ` + url }}</div>
|
||||
<button class="close-btn" @click="close()"></button>
|
||||
</div>
|
||||
<div class="modal-content">
|
||||
|
@ -21,7 +21,7 @@
|
|||
|
||||
}
|
||||
},
|
||||
props: ["src"],
|
||||
props: ["src","url"],
|
||||
mounted() {
|
||||
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue