mirror of
https://github.com/elk-zone/elk
synced 2024-11-23 14:46:08 +09:00
fix: set correct disabled
property in <a>
tag in SettingsItem
This commit is contained in:
parent
44074ff1a3
commit
1774107402
@ -38,7 +38,7 @@ useCommand({
|
||||
|
||||
<template>
|
||||
<NuxtLink
|
||||
:disabled="disabled"
|
||||
:disabled="disabled ? 'disabled' : null"
|
||||
:to="to"
|
||||
:external="external"
|
||||
:target="target"
|
||||
|
Loading…
Reference in New Issue
Block a user