Skip to content
This repository was archived by the owner on Mar 14, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added examples/favicon.ico
Binary file not shown.
4 changes: 4 additions & 0 deletions examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
<title>Vue.js flatPickr - Demo</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Vue.js component for Flatpickr datetime picker">
<!-- relative path to favicon source file -->
<link href="./favicon.ico" rel="icon" />
<!-- relative path to JS source file -->
<script src="./index.js" defer="defer"></script>
</head>
<body class="bg-light">
<div id="app">
Expand Down
Loading