Skip to content

Commit

Permalink
Added spread operator
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp committed Oct 28, 2019
1 parent 5458d94 commit a6d3e11
Show file tree
Hide file tree
Showing 6 changed files with 6,707 additions and 420 deletions.
5 changes: 5 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset',
],
};
8 changes: 8 additions & 0 deletions dist/demo.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<meta charset="utf-8">
<title>index demo</title>
<script src="./index.umd.js"></script>


<script>
console.log(index)
</script>
Loading

0 comments on commit a6d3e11

Please sign in to comment.