mirror of
https://github.com/paritytech/banana_split.git
synced 2026-09-12 19:51:03 +05:00
fix styling
This commit is contained in:
parent
a27bc0cd76
commit
eee5ac575a
@ -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({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user