提交 c8f959fc 编写于 作者: hbcui1984's avatar hbcui1984

调整示例代码格式

上级 e3f1fa73
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
**示例** **示例**
```html ```
<template> <template>
<view> <view>
<text>hello</text> <text>hello</text>
...@@ -56,8 +56,6 @@ ...@@ -56,8 +56,6 @@
<video :src="src"></video> <video :src="src"></video>
</view> </view>
</template> </template>
```
```javascript
export default { export default {
data() { data() {
return { return {
...@@ -207,7 +205,7 @@ uni.chooseMedia({ ...@@ -207,7 +205,7 @@ uni.chooseMedia({
**示例** **示例**
```html ```
<template> <template>
<view> <view>
<text>hello</text> <text>hello</text>
...@@ -215,8 +213,6 @@ uni.chooseMedia({ ...@@ -215,8 +213,6 @@ uni.chooseMedia({
<video :src="src"></video> <video :src="src"></video>
</view> </view>
</template> </template>
```
```javascript
export default { export default {
data() { data() {
return { return {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册