mirror of
https://github.com/lstoeferle/vite-vue2-starter
synced 2025-02-24 05:42:15 +08:00
fix: remove obsolete about button
This commit is contained in:
parent
c44cff666c
commit
67919200eb
@ -17,15 +17,9 @@
|
|||||||
This example project shows how to speed up your Vue 2 application with
|
This example project shows how to speed up your Vue 2 application with
|
||||||
the next generation frontend tooling Vite.
|
the next generation frontend tooling Vite.
|
||||||
</p>
|
</p>
|
||||||
<div class="flex justify-center">
|
<a href="https://vuejs.org/v2/guide/" target="_blank">
|
||||||
<a href="https://vuejs.org/v2/guide/" target="_blank">
|
<ButtonPrimary> Vue docs </ButtonPrimary>
|
||||||
<ButtonPrimary> Vue docs </ButtonPrimary>
|
</a>
|
||||||
</a>
|
|
||||||
|
|
||||||
<RouterLink :to="{ name: 'About' }">
|
|
||||||
<ButtonSecondary> About </ButtonSecondary>
|
|
||||||
</RouterLink>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user