mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
Use " in to attribute
This commit is contained in:
parent
98f22833f0
commit
2573881042
@ -2,7 +2,7 @@
|
||||
<div class="container">
|
||||
<img src="/static/nuxt.png" />
|
||||
<h2>About</h2>
|
||||
<p><router-link to='/'>Home</router-link></p>
|
||||
<p><router-link to="/">Home</router-link></p>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<div class="container">
|
||||
<img src="/static/nuxt.png" />
|
||||
<h2>Hello World.</h2>
|
||||
<p><router-link to='/about'>About</router-link></p>
|
||||
<p><router-link to="/about">About</router-link></p>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user