docs: remove comment

This commit is contained in:
chenjiahan 2020-12-17 19:39:04 +08:00
parent 19772906b6
commit 3bfd52f174
2 changed files with 2 additions and 2 deletions

View File

@ -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'); vant.Toast('Message');
// Register Lazyload directive // Register Lazyload directive
// app.use(vant.Lazyload); app.use(vant.Lazyload);
</script> </script>
``` ```

View File

@ -46,7 +46,7 @@ npm i vant@next -S
// 通过 CDN 引入时不会自动注册 Lazyload 组件 // 通过 CDN 引入时不会自动注册 Lazyload 组件
// 可以通过下面的方式手动注册 // 可以通过下面的方式手动注册
// app.use(vant.Lazyload); app.use(vant.Lazyload);
</script> </script>
``` ```