Marker layer alternative
This commit is contained in:
@@ -12,17 +12,12 @@ export default {
|
||||
projectMediaLink,
|
||||
projectRelTime
|
||||
},
|
||||
//props: {
|
||||
// options: Object,
|
||||
//},
|
||||
data() {
|
||||
return {
|
||||
}
|
||||
props: {
|
||||
options: Object,
|
||||
medias: Array,
|
||||
project: Object
|
||||
},
|
||||
//inject: ['options', 'medias', 'spot', 'project'],
|
||||
mounted() {
|
||||
|
||||
}
|
||||
inject: ['spot']
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user