8 lines
174 B
Vue
8 lines
174 B
Vue
|
|
<template>
|
||
|
|
<n-button type="primary">
|
||
|
|
<router-link :to="{ name: 'labels' }" class="router-link-button">
|
||
|
|
Manage labels
|
||
|
|
</router-link>
|
||
|
|
</n-button>
|
||
|
|
</template>
|