Fix lightbox comments
This commit is contained in:
@@ -16,11 +16,11 @@ export default {
|
|||||||
},
|
},
|
||||||
inject: ['spot'],
|
inject: ['spot'],
|
||||||
mounted() {
|
mounted() {
|
||||||
this.title = '<div>'+
|
this.title =
|
||||||
(this.$refs.comment?this.$refs.comment.innerHTML:'')+
|
(this.$refs.comment?this.$refs.comment.outerHTML:'') +
|
||||||
this.$refs[this.type=='marker'?'takenon':'postedon'].innerHTML+
|
this.$refs[this.type=='marker'?'takenon':'postedon'].outerHTML +
|
||||||
this.$refs[this.type=='marker'?'postedon':'takenon'].innerHTML+
|
this.$refs[this.type=='marker'?'postedon':'takenon'].outerHTML
|
||||||
'</div>';
|
;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user