Procházet zdrojové kódy

Update 使用图片.md

观察者 před 3 roky
rodič
revize
85713cb3d9
1 změnil soubory, kde provedl 11 přidání a 25 odebrání
  1. 11 25
      测试/使用图片.md

+ 11 - 25
测试/使用图片.md

@@ -1,29 +1,15 @@
 # docsify使用图片
 ![群友的图片](../img/奇怪群友的图1.jpg)
 
-```output
-{
-  data() {
-    return {
-      message: 'Hello, World!'
-    };
-  },
-  methods: {
-    hello() {
-      alert(this.message);
-    }
-  },
-}
 ```
-
-```output
-<!-- Show message in docsify, show "{{ message }}" elsewhere (e.g. GitHub)  -->
-{{ message }}
-
-<!-- Show message in docsify, hide elsewhere (e.g. GitHub)  -->
-<p v-text="message"></p>
-
-<!-- Show message in docsify, show text elsewhere (e.g. GitHub)  -->
-<p v-text="message">Text for GitHub</p>
-<button @click="hello">Say Hello</button>
-```
+# Vue 介绍
+`v-for`的用法
+```html
+<ul>
+  <li v-for="i in 10">{{ i }}</li>
+</ul>
+``
+<ul>
+  <li v-for="i in 10">{{ i }}</li>
+</ul>
+```