Skip to content

Commit

Permalink
refactor: 의도된 동작이기 때문에 그냥 사용자에게 깜빡이지 않게 표시 (ref: nuxt/framework#8278)
Browse files Browse the repository at this point in the history
  • Loading branch information
dungsil committed Oct 24, 2022
1 parent acd178e commit 1ba84d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Expand Up @@ -49,7 +49,7 @@ watch(hashTaggedText, (content) => {
</script>

<template>
<main class="flex flex-col w-full h-full px4 py10 text-center font-sans text-gray-700 space-y-16">
<main class="!flex flex-col w-full h-full px4 py10 text-center font-sans text-gray-700 space-y-16" style="display: none;">
<div class="flex-grow space-y-8">

<header class="flex flex-col gap2">
Expand Down

0 comments on commit 1ba84d9

Please sign in to comment.