未验证 提交 330e15ff 编写于 作者: W wanganxp 提交者: GitHub

Update snippet.md

上级 258327a4
......@@ -3,7 +3,7 @@
为提升开发效率,HBuilderX将 ```uni-app``` 常用代码封装成了以 ```u``` 开头的代码块,如在 ```template``` 标签内输入 ```ulist``` 回车,会自动生成如下代码:
```
```html
<uni-list>
<uni-list-item title="" note=""></uni-list-item>
<uni-list-item title="" note=""></uni-list-item>
......@@ -14,7 +14,7 @@
代码块分为Tag代码块、JS代码块,如在 ```script``` 标签内输入 ```uShowToast``` 回车,会自动生成如下代码:
```
```js
uni.showToast({
title: '',
mask: false
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册