Skip to content

Commit d11db2b

Browse files
author
Ralph Huwiler
committed
change css class for rtl
1 parent 3d51004 commit d11db2b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

example/App.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@
3535
<p>Wrap your item in a <code>vue-nestable-handle</code> to allow it to be dragged.</p>
3636
<Simple />
3737

38-
<h1>Sort items by drag & drop (RTL)</h1>
39-
<p>Wrap your item in a <code>vue-nestable-handle</code> to allow it to be dragged.</p>
40-
<SimpleRtl />
41-
4238
<h1>Advanced (Drag handle, Classes, and Hooks)</h1>
4339
<p>
4440
You can customize how deeply items can be nested as well what the <code>id</code> prop is called.<br>
@@ -53,6 +49,10 @@
5349
<h1>Customize the placeholder text</h1>
5450
<p>You can display a placeholder when there are no items in the list.</p>
5551
<NoItems />
52+
53+
<h1>RTL Support</h1>
54+
<p>Add the <code>rtl</code> prop to support RTL languages.</p>
55+
<SimpleRtl />
5656
</div>
5757
</div>
5858
</template>

0 commit comments

Comments
 (0)