add some debug styling and display notes data in content
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
v-for="parent in parents" :key="parent.id"
|
||||
:id="parent.id"
|
||||
:text-data="parent"
|
||||
@click.native="$emit('open', parent.id)"
|
||||
@open="$emit('open', $event)"
|
||||
/>
|
||||
</b-card-group>
|
||||
</div>
|
||||
@@ -15,6 +15,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
// FIXME let events bubble
|
||||
import { mapGetters } from 'vuex'
|
||||
|
||||
import TextMiniCard from '@/components/text/TextMiniCard'
|
||||
|
||||
Reference in New Issue
Block a user