1
0

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 e53f651fbb
commit 371c74d254
No known key found for this signature in database
GPG Key ID: F15C887632129F5E

View File

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