Skip to content

Commit

Permalink
test: fix encryptedMsg warning (#6735)
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Feb 3, 2022
1 parent 6409747 commit ff37c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/playground/ssr-vue/src/pages/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<Button>CommonButton</Button>
<div>
encrypted message:
<p class="encrypted-msg">{{ encryptedMsg }}</p>
<p class="encrypted-msg"></p>
</div>

<ImportType />
Expand Down

0 comments on commit ff37c03

Please sign in to comment.