Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansieder committed Jun 14, 2021
1 parent 14cf88b commit 4362a99
Show file tree
Hide file tree
Showing 11 changed files with 5,749 additions and 4,252 deletions.
1,414 changes: 1,414 additions & 0 deletions dist/VueAutosearch.common.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/VueAutosearch.common.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/VueAutosearch.css

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

1 change: 1 addition & 0 deletions dist/VueAutosearch.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
declare module "vue-autosearch";
1,424 changes: 1,424 additions & 0 deletions dist/VueAutosearch.umd.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/VueAutosearch.umd.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions dist/VueAutosearch.umd.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/VueAutosearch.umd.min.js.map

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions dist/demo.html
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>
Loading

0 comments on commit 4362a99

Please sign in to comment.