mirror of
https://github.com/lstoeferle/vite-vue2-starter
synced 2025-02-23 21:22:18 +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
|
||||
the next generation frontend tooling Vite.
|
||||
</p>
|
||||
<div class="flex justify-center">
|
||||
<a href="https://vuejs.org/v2/guide/" target="_blank">
|
||||
<ButtonPrimary> Vue docs </ButtonPrimary>
|
||||
</a>
|
||||
|
||||
<RouterLink :to="{ name: 'About' }">
|
||||
<ButtonSecondary> About </ButtonSecondary>
|
||||
</RouterLink>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</template>
|
||||
|
Loading…
Reference in New Issue
Block a user