docs: remove unnecessary code example (#11321)

This commit is contained in:
xujintai123
2022-11-28 17:17:23 +08:00
committed by GitHub
parent cdfcf01687
commit 4e9d830dbf
2 changed files with 0 additions and 4 deletions

View File

@@ -153,8 +153,6 @@ If you need to make different size limits for different types of files, you can
```
```js
import { showToast } from 'vant';
export default {
setup() {
const isOverSize = (file) => {

View File

@@ -166,8 +166,6 @@ export default {
```
```js
import { showToast } from 'vant';
export default {
setup() {
const isOverSize = (file) => {