mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
docs: remove comment
This commit is contained in:
parent
19772906b6
commit
3bfd52f174
@ -39,7 +39,7 @@ The easiest way to use Vant is to include a CDN link in the html file, after whi
|
||||
vant.Toast('Message');
|
||||
|
||||
// Register Lazyload directive
|
||||
// app.use(vant.Lazyload);
|
||||
app.use(vant.Lazyload);
|
||||
</script>
|
||||
```
|
||||
|
||||
|
@ -46,7 +46,7 @@ npm i vant@next -S
|
||||
|
||||
// 通过 CDN 引入时不会自动注册 Lazyload 组件
|
||||
// 可以通过下面的方式手动注册
|
||||
// app.use(vant.Lazyload);
|
||||
app.use(vant.Lazyload);
|
||||
</script>
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user