From a7b330fae40211fcf39c2851d7559cec9e21d1d0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9D=8E=E6=9D=A8?= <1711467488@qq.com>
Date: Fri, 16 Feb 2018 21:51:30 +0800
Subject: [PATCH] no message
Former-commit-id: 71dffee3b7ab76ab1d69950a92792f42a790a9a1
Former-commit-id: f407136326e1aa9dd05d35689a1fcefb57bd623b
Former-commit-id: 18e5c2c1a5b9152a0357acb9b881f1c390dcac60
---
.../article/highLight组件使用方法.md | 41 -------------------
1 file changed, 41 deletions(-)
delete mode 100644 static/markdownFiles/article/highLight组件使用方法.md
diff --git a/static/markdownFiles/article/highLight组件使用方法.md b/static/markdownFiles/article/highLight组件使用方法.md
deleted file mode 100644
index 152de484..00000000
--- a/static/markdownFiles/article/highLight组件使用方法.md
+++ /dev/null
@@ -1,41 +0,0 @@
-`highLight` 组件已经全局注册,可以直接使用
-
-组件内部使用 `Prism` 实现代码高亮
-
-```
-
- 示例1
-
-
-
-
- 示例2
-
-
-
-
- 示例3
-
-
-```
-
-数据源
-
-```
-data () {
- return {
- test1: [0, 1, 2, 3],
- test2: {
- name: 'me',
- like: [
- 'like1',
- 'like2'
- ],
- address: [
- 'address1'
- ]
- },
- test3: ''
- }
-}
-```
\ No newline at end of file