mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2025-01-27 07:46:15 +01:00
refs #25 Add mention event card in notifications
This commit is contained in:
parent
d305e50f6f
commit
ffcf13f1a2
@ -1,12 +1,15 @@
|
||||
<template>
|
||||
<div id="mention">
|
||||
mention
|
||||
<div class="mention">
|
||||
<toot :message="message.status"></toot>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import Toot from '../Toot'
|
||||
|
||||
export default {
|
||||
name: 'mention',
|
||||
props: ['message']
|
||||
props: ['message'],
|
||||
components: { Toot }
|
||||
}
|
||||
</script>
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
<script>
|
||||
import { mapState } from 'vuex'
|
||||
import Toot from './Toot'
|
||||
import Toot from './Cards/Toot'
|
||||
|
||||
export default {
|
||||
name: 'home',
|
||||
|
Loading…
x
Reference in New Issue
Block a user