1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-11-14 21:09:58 +00:00

fix: set correct disabled property in <a> tag in SettingsItem

This commit is contained in:
TAKAHASHI Shuuji 2024-04-06 14:41:49 +09:00
parent 44074ff1a3
commit 1774107402

View file

@ -38,7 +38,7 @@ useCommand({
<template>
<NuxtLink
:disabled="disabled"
:disabled="disabled ? 'disabled' : null"
:to="to"
:external="external"
:target="target"