This repository has been archived by the owner on Aug 1, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
14cf88b
commit 4362a99
Showing
11 changed files
with
5,749 additions
and
4,252 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
declare module "vue-autosearch"; |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<meta charset="utf-8"> | ||
<title>VueAutosearch demo</title> | ||
<script src="https://unpkg.com/vue"></script> | ||
<script src="./VueAutosearch.umd.js"></script> | ||
|
||
<link rel="stylesheet" href="./VueAutosearch.css"> | ||
|
||
|
||
<div id="app"> | ||
<demo></demo> | ||
</div> | ||
|
||
<script> | ||
new Vue({ | ||
components: { | ||
demo: VueAutosearch | ||
} | ||
}).$mount('#app') | ||
</script> |
Oops, something went wrong.