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