Commit 8fc450f5643fc17381e5403101e755180d27a49d

Authored by 梁灏
1 parent 59dbe5d5

update readme

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
@@ -60,9 +60,9 @@ More info [in the website](https://www.iviewui.com/docs/guide/install-en) @@ -60,9 +60,9 @@ More info [in the website](https://www.iviewui.com/docs/guide/install-en)
60 60
61 ## Usage 61 ## Usage
62 62
63 -```html 63 +```vue
64 <template> 64 <template>
65 - <Slider v-model="value" range></Slider> 65 + <Slider v-model="value" range />
66 </template> 66 </template>
67 <script> 67 <script>
68 export default { 68 export default {