Skip to content
Snippets Groups Projects
Commit 0de6db7d authored by Adam Procter's avatar Adam Procter
Browse files

tweaks

parent ecd77323
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@
<script>
import VueIpfs from 'ipfs'
import { mapState } from 'vuex'
// import { mapState } from 'vuex'
const ipfs = VueIpfs.create()
var node
var output
......@@ -52,11 +52,11 @@ export default {
}
},
computed: {
...mapState({
myNodes: (state) => state.myNodes,
}),
},
// computed: {
// ...mapState({
// myNodes: (state) => state.myNodes,
// }),
// },
mounted: function () {
this.getIpfsNodeInfo()
......@@ -168,9 +168,9 @@ export default {
copyClipBoard(e) {
this.copytext = '![](https://ipfs.io/ipfs/' + e + ')'
this.$store.dispatch('addNode')
// this.$store.dispatch('addNode')
//this.copyready = true
setTimeout(this.copyClick, 3000)
// setTimeout(this.copyClick, 3000)
},
copyClick() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment