Skip to content

Commit aed89a3

Browse files
Initial commit
1 parent df957c0 commit aed89a3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

resources/js/views/Sample_14.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@
1313
<div class="row">
1414
<div class="col-md-12 mt-5">
1515
<a href="javascript:void(0);" @click="is_active=true" class="btn btn-dark" id="js-reply">Reply</a>
16+
<h5 class="text-center"><label class="badge badge-dark rounded-0 p-2">>>>>>> Scroll Down <<<<<< </label></h5>
1617
</div>
1718
<div class="spacer1000"></div>
1819
<div class="col-md-12">
20+
<h5 class="text-center"><label class="badge badge-dark rounded-0 p-2">>>>>>> Scroll Up <<<<<< </label></h5>
1921
<conditional-element when-hidden="#js-reply" when-visible="">
2022
<a href="javascript:void(0);" @click="is_active=true" class="btn btn-dark rounded-circle bottom-fixed"><i class="fa fa-plus"></i></a>
2123
</conditional-element>
@@ -46,4 +48,4 @@
4648
}
4749
}
4850
}
49-
</script>
51+
</script>

0 commit comments

Comments
 (0)