Skip to content

Commit

Permalink
v-cloak
Browse files Browse the repository at this point in the history
  • Loading branch information
hirakujira committed May 29, 2020
1 parent 45eafd2 commit d0ed801
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@

<body>
<div id="app" class="container">
<div class="box">
<div class="box" v-cloak>
<article class="media">
<div class="media-left">
<figure class="image is-64x64" id="icon" v-cloak>
<figure class="image is-64x64" id="icon">
<img :src="avatar" alt="Image">
<span class="icon"></span>
</figure>
</div>
<div class="media-content">
<div class="content" v-cloak>
<div class="content">
<p>
<strong>{{ name }}</strong> <small>@{{ uname }}</small> <small> · 1m</small>
<br>
Expand Down

0 comments on commit d0ed801

Please sign in to comment.