1.0.3 • Published 1 year ago

zl_vant4 v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@vant/compat

This package provides Vant 3 compatible behavior for Vant 4 users.

Install

# with npm
npm i @vant/compat

# with yarn
yarn add @vant/compat

# with pnpm
pnpm add @vant/compat

Usage

// Same as Toast in Vant 3
import { Toast } from '@vant/compat';

// Same as Dialog in Vant 3
import { Dialog } from '@vant/compat';

// Same as Notify in Vant 3
import { Notify } from '@vant/compat';

// Same as ImagePreview in Vant 3
import { ImagePreview } from '@vant/compat';
1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago