Skip to content

v1.2.0

Compare
Choose a tag to compare
@johnson86tw johnson86tw released this 19 Apr 00:39
· 148 commits to main since this release
  • #167 change wallet into readonly reactive

Deprecated (<= v1.1.0)

const { wallet } = useVueDapp()
wallet.value.status

Now (v1.2.0)

const { wallet } = useVueDapp()
wallet.status

See Overview for more information.