Merge pull request #636 from burnt-labs/fix/nameMatcha

fix nameMatcha error in TextElement.vue
This commit is contained in:
ping 2025-06-27 06:40:12 +08:00 committed by GitHub
commit 1e8f4d3d8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@ import { isBech32Address } from '@/libs/utils';
import { useBlockchain, useFormatter } from '@/stores';
import MdEditor from 'md-editor-v3';
import { computed, onMounted, ref } from 'vue';
import nameMatcha from '@leapwallet/name-matcha'
import { registry as nameMatcha } from '@leapwallet/name-matcha'
import { fromBase64, toHex } from '@cosmjs/encoding';
const chainStore = useBlockchain()
@ -119,4 +119,4 @@ const isConvertable = computed(() => {
}
}
</style>
</style>