From ebf7149d1e090317c66808c40c5052aa9b6b4b30 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 22:13:33 +0800 Subject: [PATCH] no message Former-commit-id: 8277cbdbda856aac0664c1193bcfdddd4de5c9fa Former-commit-id: df0170d19f7193f41f480de5fd24d16ff349a120 Former-commit-id: 3bbf9eae2d6976c5f4fc68ace1f51bb7da702505 --- src/pages/demo/components/highlight/demo.vue | 3 +++ static/markdownFiles/article/组件 - 代码高亮.md | 11 +++++++++++ 2 files changed, 14 insertions(+) create mode 100644 static/markdownFiles/article/组件 - 代码高亮.md diff --git a/src/pages/demo/components/highlight/demo.vue b/src/pages/demo/components/highlight/demo.vue index c668ad1f..c83b536b 100644 --- a/src/pages/demo/components/highlight/demo.vue +++ b/src/pages/demo/components/highlight/demo.vue @@ -30,6 +30,9 @@ + + + diff --git a/static/markdownFiles/article/组件 - 代码高亮.md b/static/markdownFiles/article/组件 - 代码高亮.md new file mode 100644 index 00000000..e42fbdc9 --- /dev/null +++ b/static/markdownFiles/article/组件 - 代码高亮.md @@ -0,0 +1,11 @@ +## 参数 + +| 参数名 | 介绍 | 必选 | 值类型 | 可选值 | 默认值 | +| --- | --- | --- | --- | --- | --- | +| code | 代码字符串 | 非 | String | | console.log('you lost code prop') | + +## 示例 + +``` + +``` \ No newline at end of file