Skip to content

Commit

Permalink
updated doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jamshedhossan9 committed Jan 22, 2024
1 parent 707e317 commit 49345d9
Show file tree
Hide file tree
Showing 5 changed files with 176 additions and 165 deletions.
10 changes: 10 additions & 0 deletions development/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
<li class="nav-item mt-2">
<a class="nav-link active" href="#" @click.prevent="goTo($event, sectionIntroduction)">Introduction</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#" @click.prevent="goTo($event, sectionInstall)">Installation</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#" @click.prevent="goTo($event, sectionImport)">Import</a>
</li>
Expand Down Expand Up @@ -65,6 +68,12 @@
<br>
It is currently compatible with <strong>Vue3</strong> only.
</div>
<div class="py-4 border-bottom" ref="sectionInstall">
<h5 class="title-2 mb-2">Installation:</h5>
<div>
<pre class="code-block">npm install vue-hour-range-picker</pre>
</div>
</div>
<div class="py-4 border-bottom" ref="sectionImport">
<h5 class="title-2 mb-2">Import:</h5>
<div>
Expand Down Expand Up @@ -427,6 +436,7 @@
import { useResizeObserver } from '@vueuse/core'
const sideBarOpen = ref(false);
const sectionInstall = ref();
const sectionIntroduction = ref();
const sectionImport = ref();
const sectionBasic = ref();
Expand Down
164 changes: 0 additions & 164 deletions doc/assets/main-T24swbUN.js

This file was deleted.

164 changes: 164 additions & 0 deletions doc/assets/main-vPaNkDgE.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Hour Range Picker</title>
<script type="module" crossorigin src="/vue-hour-range-picker/assets/main-T24swbUN.js"></script>
<script type="module" crossorigin src="/vue-hour-range-picker/assets/main-vPaNkDgE.js"></script>
<link rel="stylesheet" crossorigin href="/vue-hour-range-picker/assets/main-FyXAfa-W.css">
</head>
<body>
Expand Down
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 49345d9

Please sign in to comment.