From c8057c9e3889fefe1756f25486471ed5ec0444f4 Mon Sep 17 00:00:00 2001 From: jaywcjlove Date: Tue, 11 Oct 2022 07:01:19 +0000 Subject: [PATCH] doc: update `quickreference.md`. 327e35baf7f86b8bbbb1a1cba4c5c15d21370a83 --- docs/quickreference.html | 23 ++++++++++++++++++++--- docs/vue2.html | 4 ++-- 2 files changed, 22 insertions(+), 5 deletions(-) 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 标识

内置类样式

@@ -215,7 +216,11 @@ -
:--
shortcuts快捷键样式
wrap-text超出换行
show-header展示表头
style-none隐藏 <ul> 列表样式
+ + + + +
:--
shortcuts快捷键样式
wrap-text超出换行
show-header展示表头
style-none隐藏 <ul> 列表样式
style-list<table> 单元格行展示

颜色标签

@@ -293,7 +298,11 @@ -
说明
cols-11 栏卡片布局
cols-22 栏卡片布局
cols-33 栏卡片布局
cols-44 栏卡片布局
cols-55 栏卡片布局
+ + + + +
说明
cols-11 栏卡片布局
cols-22 栏卡片布局
cols-33 栏卡片布局
cols-44 栏卡片布局
cols-55 栏卡片布局
cols-{1~6}1~6 栏卡片布局

占位布局 style 写法

### H3 部分
@@ -347,7 +356,15 @@
 
 
 
-
说明
col-span-22 列占位
col-span-33 列占位
col-span-44 列占位
row-span-22 行占位
row-span-33 行占位
row-span-44 行占位
+ + + + + + + + +
说明
col-span-22 列占位
col-span-33 列占位
col-span-44 列占位
col-span-55 列占位
row-span-22 行占位
row-span-33 行占位
row-span-44 行占位
row-span-55 行占位

卡片合并行布局 1

╭┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈╮
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">