mirror of
https://github.com/youzan/vant.git
synced 2026-03-04 02:12:49 +08:00
docs: remove unnecessary code example (#11321)
This commit is contained in:
@@ -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) => {
|
||||
|
||||
@@ -166,8 +166,6 @@ export default {
|
||||
```
|
||||
|
||||
```js
|
||||
import { showToast } from 'vant';
|
||||
|
||||
export default {
|
||||
setup() {
|
||||
const isOverSize = (file) => {
|
||||
|
||||
Reference in New Issue
Block a user