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