|
|
@@ -3,9 +3,9 @@ |
|
|
|
<div> |
|
|
|
<div> |
|
|
|
<hr/> |
|
|
|
<div @click="checkMeSession">{{messages.link_label_account}}</div> |
|
|
|
<button @click="checkMeSession">{{messages.link_label_account}}</button> |
|
|
|
<hr/> |
|
|
|
<router-link :to="linkPrefix+'/'">{{messages.link_label_bubble}}</router-link> |
|
|
|
<button @click="uploadBubble">{{messages.link_label_bubble}}</button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</template> |
|
|
@@ -58,6 +58,9 @@ |
|
|
|
this.$router.push('/login'); |
|
|
|
} |
|
|
|
}, |
|
|
|
uploadBubble(){ |
|
|
|
this.$router.push('/'); |
|
|
|
} |
|
|
|
}, |
|
|
|
watch: { |
|
|
|
user (u) { |
|
|
|