fix styling

This commit is contained in:
Pavel Rybalko 2021-10-06 16:23:11 +07:00
parent a27bc0cd76
commit eee5ac575a
No known key found for this signature in database
GPG Key ID: 84C73B280D672411

View File

@ -1,4 +1,3 @@
/*eslint no-console: ["error", { allow: ["warn", "error"] }] */
import { VueConstructor } from "vue";
const Hash = require("ipfs-only-hash");
@ -19,6 +18,7 @@ const plugin = {
vm.$data.cid = hash;
});
})
// eslint-disable-next-line no-console
.catch(error => console.error(error));
Vue.mixin({