Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomicSponge committed Jun 23, 2024
1 parent a6c0869 commit cb62a16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vue-encoded-message/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ import EncodedMessage from './components/EncodedMessage.vue'

<template>
<EncodedMessage
class="message"
:message="[189, 43, 190, 61]"
:size="92"
class="message"
font-color="yellow"
:padding="32"
:size="92"/>
:padding="32"/>
</template>

<style scoped>
Expand Down

0 comments on commit cb62a16

Please sign in to comment.