From 7a679089db710bfdcfd637af5396056539654174 Mon Sep 17 00:00:00 2001 From: aisen Date: Wed, 1 May 2024 10:53:40 +0800 Subject: [PATCH] docs(SwitchCell): remove SwitchCell in the form component (#12758) --- vant.config.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/vant.config.js b/vant.config.js index ad21a5b83..d83f4b855 100644 --- a/vant.config.js +++ b/vant.config.js @@ -568,10 +568,6 @@ module.exports = { path: 'switch', title: 'Switch', }, - { - path: 'switch-cell', - title: 'SwitchCell', - }, { path: 'uploader', title: 'Uploader',