From f2f27016899afdc61036fb6dfff1e78952a3daae Mon Sep 17 00:00:00 2001 From: one Date: Sat, 21 Oct 2023 14:23:33 +0800 Subject: [PATCH] =?UTF-8?q?fix(radio):=20=E7=A7=BB=E9=99=A4=E6=9C=AA?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E7=9A=84=E7=BB=84=E4=BB=B6t-cell?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/radio/radio.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/radio/radio.json b/src/radio/radio.json index dfd59ed99..049940c16 100644 --- a/src/radio/radio.json +++ b/src/radio/radio.json @@ -1,7 +1,6 @@ { "component": true, "usingComponents": { - "t-cell": "../cell/cell", "t-icon": "../icon/icon" } }