mirror of
https://github.com/directus/directus.git
synced 2026-02-18 18:14:29 -05:00
committed by
GitHub
parent
1ebda96a69
commit
479b65526c
@@ -6,7 +6,6 @@
|
||||
class="action"
|
||||
:class="[link.type]"
|
||||
:secondary="link.type !== 'primary'"
|
||||
:disabled="disabled"
|
||||
:icon="!link.label"
|
||||
:href="link.href"
|
||||
:to="link.to"
|
||||
@@ -31,10 +30,6 @@ type Link = {
|
||||
|
||||
export default defineComponent({
|
||||
props: {
|
||||
disabled: {
|
||||
type: Boolean,
|
||||
default: false,
|
||||
},
|
||||
links: {
|
||||
type: Array as PropType<Link[]>,
|
||||
default: null,
|
||||
|
||||
Reference in New Issue
Block a user