Skip to content

Commit 82b2282

Browse files
wip
1 parent fc991dc commit 82b2282

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/components/raw-displayer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div>
3-
<h2>{{title}}</h2>
3+
<h3>{{title}}</h3>
44
<pre>{{valueString}}</pre>
55
</div>
66
</template>

example/components/simple.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</div>
2222

2323
<div class="col-6">
24-
<h2>Draggable {{draggingInfo}}</h2>
24+
<h3>Draggable {{draggingInfo}}</h3>
2525

2626
<draggable
2727
:list="list"

0 commit comments

Comments
 (0)