Move map with media selection in feed panel
This commit is contained in:
@@ -11,7 +11,6 @@ export default {
|
||||
offset: String,
|
||||
classes: String,
|
||||
icon: String,
|
||||
margin: String,
|
||||
},
|
||||
inject: ['lang'],
|
||||
computed: {
|
||||
@@ -23,6 +22,6 @@ export default {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<spotIcon v-if="icon" :icon="icon" :margin="margin" :title="title" :text="localTime" width="fixed" size="lg" />
|
||||
<spotIcon v-if="icon" :icon="icon" :title="title" :text="localTime" width="fixed" size="lg" />
|
||||
<span v-else :class="classes" :title="title">{{ localTime }}</span>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user