Skip to content
This repository was archived by the owner on Apr 17, 2022. It is now read-only.

Commit b26dcf7

Browse files
committed
chore: Update documentation
1 parent 5e79b88 commit b26dcf7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+669
-384
lines changed

docs/404.html

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,31 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width,initial-scale=1">
6-
<meta name="generator" content="VuePress 2.0.0-beta.29">
6+
<meta name="generator" content="VuePress 2.0.0-beta.34">
7+
<style>
8+
:root {
9+
--c-bg: #fff;
10+
}
11+
html.dark {
12+
--c-bg: #22272e;
13+
}
14+
html, body {
15+
background-color: var(--c-bg);
16+
}
17+
</style>
18+
<script>
19+
const userMode = localStorage.getItem('vuepress-color-scheme');
20+
const systemDarkMode = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches;
21+
if (userMode === 'dark' || (userMode !== 'light' && systemDarkMode)) {
22+
document.documentElement.classList.toggle('dark', true);
23+
}
24+
</script>
725
<link rel="icon" href="/logo.png"><meta name="description" content="Vue 3 datepicker component. Lightweight and powerful with support for the timepicker, range picker, month-year picker, text input, week numbers and many more. Options to customize the datepicker from the ground up with props, slots and custom components. Dark and light mode available"><title>Vue 3 Datepicker</title>
8-
<link rel="modulepreload" href="/assets/app.031ea061.js"><link rel="modulepreload" href="/assets/404.html.bee13de6.js"><link rel="modulepreload" href="/assets/plugin-vue_export-helper.21dcd24c.js"><link rel="modulepreload" href="/assets/404.html.beaa804c.js">
9-
<link rel="stylesheet" href="/assets/style.c7d2a903.css">
26+
<link rel="modulepreload" href="/assets/app.9d41ed04.js"><link rel="modulepreload" href="/assets/404.html.bee13de6.js"><link rel="modulepreload" href="/assets/plugin-vue_export-helper.21dcd24c.js"><link rel="modulepreload" href="/assets/404.html.f166316b.js">
27+
<link rel="stylesheet" href="/assets/style.9a22f532.css">
1028
</head>
1129
<body>
12-
<div id="app"><!--[--><div class="theme-container"><div class="theme-default-content"><h1>404</h1><blockquote>How did we get here?</blockquote><a href="/" class="">Take me home</a></div></div><!----><!--]--></div>
13-
<script type="module" src="/assets/app.031ea061.js" defer></script>
30+
<div id="app"><!--[--><div class="theme-container"><div class="theme-default-content"><h1>404</h1><blockquote>There&#39;s nothing here.</blockquote><a href="/" class="">Take me home</a></div></div><!----><!--]--></div>
31+
<script type="module" src="/assets/app.9d41ed04.js" defer></script>
1432
</body>
1533
</html>

docs/api/components/index.html

Lines changed: 66 additions & 48 deletions
Large diffs are not rendered by default.

docs/api/events/index.html

Lines changed: 23 additions & 5 deletions
Large diffs are not rendered by default.

docs/api/methods/index.html

Lines changed: 23 additions & 5 deletions
Large diffs are not rendered by default.

docs/api/props/index.html

Lines changed: 121 additions & 52 deletions
Large diffs are not rendered by default.

docs/api/slots/index.html

Lines changed: 27 additions & 9 deletions
Large diffs are not rendered by default.

docs/assets/404.3847de63.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/404.ece8b8d8.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/assets/404.html.beaa804c.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/assets/404.html.f166316b.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
const t={key:"v-3706649a",path:"/404.html",title:"",lang:"en-US",frontmatter:{layout:"404"},excerpt:"",headers:[],git:{},filePathRelative:null};export{t as data};

0 commit comments

Comments
 (0)