diff --git a/docs/quickreference.html b/docs/quickreference.html index 1c133f03..fbb9884a 100644 --- a/docs/quickreference.html +++ b/docs/quickreference.html @@ -189,6 +189,7 @@
下面是 Markdown
代码示例
```jsx showLineNumbers
+标记语言后面添加 showLineNumbers
标识
:- | - |
---|---|
shortcuts | 快捷键样式 |
wrap-text | 超出换行 |
show-header | 展示表头 |
style-none | 隐藏 <ul> 列表样式 |
:- | - |
---|---|
shortcuts | 快捷键样式 |
wrap-text | 超出换行 |
show-header | 展示表头 |
style-none | 隐藏 <ul> 列表样式 |
style-list | <table> 单元格行展示 |
类 | 说明 |
---|---|
cols-1 | 1 栏卡片布局 |
cols-2 | 2 栏卡片布局 |
cols-3 | 3 栏卡片布局 |
cols-4 | 4 栏卡片布局 |
cols-5 | 5 栏卡片布局 |
类 | 说明 |
---|---|
cols-1 | 1 栏卡片布局 |
cols-2 | 2 栏卡片布局 |
cols-3 | 3 栏卡片布局 |
cols-4 | 4 栏卡片布局 |
cols-5 | 5 栏卡片布局 |
cols-{1~6} | 1~6 栏卡片布局 |
### H3 部分
@@ -347,7 +356,15 @@
-类 说明 col-span-2
2
列占位col-span-3
3
列占位col-span-4
4
列占位row-span-2
2
行占位row-span-3
3
行占位row-span-4
4
行占位
+
+
+
+
+
+
+
+
+类 说明 col-span-2
2
列占位col-span-3
3
列占位col-span-4
4
列占位col-span-5
5
列占位row-span-2
2
行占位row-span-3
3
行占位row-span-4
4
行占位row-span-5
5
行占位
╭┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈╮
diff --git a/docs/vue2.html b/docs/vue2.html
index 3d05b290..e42f8953 100644
--- a/docs/vue2.html
+++ b/docs/vue2.html
@@ -1084,8 +1084,8 @@
如果我们从以下来源使用模板的话,这条限制是不存在的
-- 字符串 (例如:template: '...')
-- 单文件组件 (.vue)
+- 字符串 (例如:
template: '...'
)
+- 单文件组件 (
.vue
)
<script type="text/x-template">