kindring 3 years ago
parent
commit
e20fdfeb2b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      测试/使用图片.md

+ 2 - 2
测试/使用图片.md

@@ -17,7 +17,7 @@
 <p>2 + 2 = {{ 2 + 2 }}</p>
 
 继续?
-```script
+```javascript
 {
   data() {
     return {
@@ -27,7 +27,7 @@
 }
 ```
 测试
-```script
+```javascript
 <!-- 在docsify中显示消息,在其他地方显示 "{{ message }}"(例如GitHub) -->
 {{ message }}