Skip to content

Commit fb90072

Browse files
committed
added source links to examples
1 parent 617aeb4 commit fb90072

9 files changed

+18
-0
lines changed

website/docs/guide/02-events.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
<ClientOnly>
44
<Example02Events></Example02Events>
55
</ClientOnly>
6+
7+
[View source](https://github.com/jbaysolutions/vue-grid-layout/blob/master/website/docs/.vuepress/components/Example02Events.vue)

website/docs/guide/03-multiple-grids.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
<ClientOnly>
44
<Example03MultipleGrids></Example03MultipleGrids>
55
</ClientOnly>
6+
7+
[View source](https://github.com/jbaysolutions/vue-grid-layout/blob/master/website/docs/.vuepress/components/Example03MultipleGrids.vue)

website/docs/guide/04-allow-ignore.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ Click and drag the dots on the corner of each item to reposition
77
<ClientOnly>
88
<Example04AllowIgnore></Example04AllowIgnore>
99
</ClientOnly>
10+
11+
[View source](https://github.com/jbaysolutions/vue-grid-layout/blob/master/website/docs/.vuepress/components/Example04AllowIgnore.vue)

website/docs/guide/05-mirrored.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
<ClientOnly>
44
<Example05Mirrored></Example05Mirrored>
55
</ClientOnly>
6+
7+
[View source](https://github.com/jbaysolutions/vue-grid-layout/blob/master/website/docs/.vuepress/components/Example05Mirrored.vue)

website/docs/guide/06-responsive.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@
44
<iframe style="border:0;width: 100%;height:3000px;" src="../examples/06-responsive.html"></iframe>
55
<!--Example06Responsive></Example06Responsive-->
66
</ClientOnly>
7+
8+
[View source](https://github.com/jbaysolutions/vue-grid-layout/blob/master/website/docs/.vuepress/components/Example06Responsive.vue)

website/docs/guide/07-prevent-collision.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@
44
<!--iframe style="border:0;width: 100%;height:1000px;" src="../examples/07-prevent-collision.html"></iframe-->
55
<Example07PreventCollision></Example07PreventCollision>
66
</ClientOnly>
7+
8+
[View source](https://github.com/jbaysolutions/vue-grid-layout/blob/master/website/docs/.vuepress/components/Example07PreventCollision.vue)

website/docs/guide/08-responsive-predefined-layouts.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
<ClientOnly>
44
<Example08ResponsivePredefinedLayouts></Example08ResponsivePredefinedLayouts>
55
</ClientOnly>
6+
7+
[View source](https://github.com/jbaysolutions/vue-grid-layout/blob/master/website/docs/.vuepress/components/Example08ResponsivePredefinedLayouts.vue)

website/docs/guide/09-dynamic-add-remove.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@
55
</iframe>
66
<!--Example09DynamicAddRemove></Example09DynamicAddRemove-->
77
</ClientOnly>
8+
9+
[View source](https://github.com/jbaysolutions/vue-grid-layout/blob/master/website/docs/.vuepress/components/Example09DynamicAddRemove.vue)

website/docs/guide/10-drag-from-outside.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ Once you drop the item within the grid you'll get its coordinates/properties and
77
<ClientOnly>
88
<Example10DragFromOutside></Example10DragFromOutside>
99
</ClientOnly>
10+
11+
[View source](https://github.com/jbaysolutions/vue-grid-layout/blob/master/website/docs/.vuepress/components/Example10DragFromOutside.vue)

0 commit comments

Comments
 (0)