Skip to content

Commit

Permalink
log version
Browse files Browse the repository at this point in the history
  • Loading branch information
johnson86tw committed Jan 31, 2024
1 parent b8453f0 commit 5e719c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ import '@vue-dapp/modal/dist/style.css'
import { WalletConnectConnector } from '@vue-dapp/walletconnect'
import { CoinbaseWalletConnector } from '@vue-dapp/coinbase'
// log version
import pkg from './package.json'
if (process.client) console.log('@vue-dapp/core version:' + pkg.dependencies['@vue-dapp/core'])
const { status, isConnected, address, chainId, error, disconnect, addConnectors } = useVueDapp()
const isModalOpen = ref(false)
Expand Down

0 comments on commit 5e719c5

Please sign in to comment.