keep flashy map icon in feed
This commit is contained in:
@@ -23,6 +23,11 @@ export default {
|
||||
this.$refs[this.type=='marker'?'takenon':'postedon'].outerHTML +
|
||||
this.$refs[this.type=='marker'?'postedon':'takenon'].outerHTML
|
||||
;
|
||||
},
|
||||
methods: {
|
||||
openMedia() {
|
||||
this.$refs.link.click();
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
@@ -36,6 +41,7 @@ export default {
|
||||
:data-id="options.id_media"
|
||||
:data-title="title"
|
||||
:data-orientation="options.rotate"
|
||||
ref="link"
|
||||
>
|
||||
<img
|
||||
:src="options.thumb_path"
|
||||
|
||||
Reference in New Issue
Block a user