You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/vue-cheetah-grid/lib/CGrid.vue
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
>
7
7
<!--
8
8
Use this slot to set the simple header definition.
9
-
The definition is set to `header` property described in [Define Headers and Columns]
9
+
The definition is set to `header` property described in [Define Headers and Columns](https://future-architect.github.io/cheetah-grid/documents/api/js/headers_columns.html)
10
10
-->
11
11
<slot />
12
12
</div>
@@ -16,7 +16,7 @@
16
16
<!--
17
17
Use this slot to set the layout header definition.
18
18
Use this slot in combination with the `layout-body` slot.
19
-
The definition is set to `layout.header` property described in [Advanced Layout].
19
+
The definition is set to `layout.header` property described in [Advanced Layout](https://future-architect.github.io/cheetah-grid/documents/api/vue/advanced_layout/).
20
20
-->
21
21
<slotname="layout-header" />
22
22
</div>
@@ -26,7 +26,7 @@
26
26
<!--
27
27
Use this slot to set the layout body definition.
28
28
Use this slot in combination with the `layout-header` slot.
29
-
The definition is set to `layout.body` property described in [Advanced Layout].
29
+
The definition is set to `layout.body` property described in [Advanced Layout](https://future-architect.github.io/cheetah-grid/documents/api/vue/advanced_layout/).
0 commit comments