Skip to content

Commit

Permalink
Oops! 🤣
Browse files Browse the repository at this point in the history
  • Loading branch information
robbinjohansson committed Oct 25, 2017
1 parent 6cafe0e commit 5bdc47d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuebbble",
"version": "2.2.0",
"version": "2.2.1",
"description": "Simple vue component displaying shots from a user using the dribbble api",
"main": "dist/vuebbble.js",
"author": "Robbin Johansson <[email protected]>",
Expand Down
14 changes: 7 additions & 7 deletions src/App.vue
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<template>
<div id="app">
<vuebbble token="ac522ca5908d196031bba38306459d5cb341e7511c60ddd8dd668d2d4c1748f5" user="robbinfellow"></vuebbble>
</div>
<div id="app">
<vuebbble token="CLIENT_ACCESS_TOKEN" user="USERNAME"></vuebbble>
</div>
</template>

<script>
import Vuebbble from './components/Vuebbble.vue'
export default {
name: 'app',
components: {
Vuebbble
}
name: 'app',
components: {
Vuebbble
}
}
</script>

0 comments on commit 5bdc47d

Please sign in to comment.