Skip to content

Commit

Permalink
updated: /dashboard dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vokenLymanSnow committed Mar 13, 2021
1 parent e2ea53d commit e73f17e
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions pages/dashboard/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -223,24 +223,20 @@
</template>

<script>
import Web3 from 'web3'
// import fnEtherscan from '~/utils/fnEtherscan'
import fnEthereum from '~/utils/fnEthereum'
import fnEtherscan from '~/utils/fnEtherscan'
import DAPP from '~/utils/constants/dapp'
export default {
name: "dashboard-index",
middleware: ['web3', 'vokenEarlyBirdSale'],
computed: {
Web3() {
return Web3
},
// fnEtherscan() {
// return fnEtherscan
// },
fnEthereum() {
return fnEthereum
},
fnEtherscan() {
return fnEtherscan
},
DAPP() {
return DAPP
},
Expand Down

0 comments on commit e73f17e

Please sign in to comment.