Bump deps (#189)

This commit is contained in:
Jaco Greeff
2019-08-27 14:16:38 +02:00
committed by GitHub
parent 88d0409a9b
commit 2c1dadc826
10 changed files with 775 additions and 814 deletions
@@ -14,10 +14,12 @@ interface Data {
* @description The Beachball identicon
*/
export const Beachball = Vue.extend({
// eslint-disable-next-line quotes
template: `<div v-html="html" />`,
props: ['address', 'size'],
data: function (): Data {
return {
// eslint-disable-next-line quotes
html: `<div />`
};
},