Skip to content

Commit

Permalink
oops, forgot dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
nkoehring committed Apr 22, 2020
1 parent c33e1f9 commit 82c0f15
Show file tree
Hide file tree
Showing 8 changed files with 4,954 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.DS_Store
node_modules
/dist

# local env files
.env.local
Expand Down
17 changes: 17 additions & 0 deletions dist/demo.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<meta charset="utf-8">
<title>vuedt demo</title>
<script src="https://unpkg.com/vue"></script>
<script src="./vuedt.umd.js"></script>


<div id="app">
<demo></demo>
</div>

<script>
new Vue({
components: {
demo: vuedt
}
}).$mount('#app')
</script>
2,461 changes: 2,461 additions & 0 deletions dist/vuedt.common.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2,471 changes: 2,471 additions & 0 deletions dist/vuedt.umd.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

0 comments on commit 82c0f15

Please sign in to comment.