This commit is contained in:
parent
53558c4b46
commit
c74032d1d0
16 changed files with 702 additions and 44 deletions
7
src/components/ManageLabels.vue
Normal file
7
src/components/ManageLabels.vue
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<template>
|
||||
<n-button type="primary">
|
||||
<router-link :to="{ name: 'labels' }" class="router-link-button">
|
||||
Manage labels
|
||||
</router-link>
|
||||
</n-button>
|
||||
</template>
|
||||
Loading…
Add table
Add a link
Reference in a new issue