mirror of
https://github.com/youzan/vant.git
synced 2026-05-07 01:01:01 +08:00
test: should not emit deprecation warning in test (#7356)
This commit is contained in:
@@ -30,7 +30,7 @@ function SwitchCell(
|
||||
slots: DefaultSlots,
|
||||
ctx: RenderContext<SwitchCellProps>
|
||||
) {
|
||||
if (process.env.NODE_ENV !== 'production') {
|
||||
if (process.env.NODE_ENV === 'development') {
|
||||
console.warn(
|
||||
'[Vant] "SwitchCell" component is deprecated, see: https://youzan.github.io/vant/#/zh-CN/switch-cell.'
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user