Skip to content

Commit ff5b1c9

Browse files
author
Klaas van der Weij
committed
[jbaysolutions#123] Update/add example for isMirrored
1 parent 3fb9596 commit ff5b1c9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

examples/04-allow-ignore.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ <h1>Vue Grid Layout Example 4 - Drag allow/ignore elements</h1>
1212
<a href="https://github.com/jbaysolutions/vue-grid-layout">View project on Github</a>
1313
<br/>
1414
<a href="03-multiple-grids.html">Previous example: Multiple grids</a>
15+
<br/>
16+
<a href="05-mirrored.html">Next example: Mirrored grid layout</a>
1517

1618

1719
<div id="app" style="width: 100%;">

examples/05-right-to-left.html renamed to examples/05-mirrored.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">
5-
<title>Vue Grid Layout Example 4 - Right-to-left oriented</title>
5+
<title>Vue Grid Layout Example 4 - Mirrored grid layout</title>
66
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
77
<link rel="stylesheet" href="app.css">
88
</head>
99
<body>
10-
<h1>Vue Grid Layout Example 5 - Right-to-left oriented</h1>
10+
<h1>Vue Grid Layout Example 5 - Mirrored grid layout</h1>
1111

1212
<a href="https://github.com/jbaysolutions/vue-grid-layout">View project on Github</a>
1313
<br/>

0 commit comments

Comments
 (0)