Skip to content

Commit

Permalink
Merge pull request #6456 from kodadot/nuxt-property-decorator/Transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
yangwao authored Jul 25, 2023
2 parents f4ab9c1 + 825b84f commit 62174ea
Show file tree
Hide file tree
Showing 4 changed files with 442 additions and 468 deletions.
2 changes: 1 addition & 1 deletion components/shared/Auth.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const account = computed({
withDefaults(
defineProps<{
size: number
size?: number
}>(),
{
size: 24,
Expand Down
Loading

0 comments on commit 62174ea

Please sign in to comment.