mirror of
https://github.com/lstoeferle/vite-vue2-starter
synced 2025-05-24 02:48:07 +08:00
7 lines
70 B
Vue
7 lines
70 B
Vue
<template>
|
|
<div>
|
|
<Hero />
|
|
<Features />
|
|
</div>
|
|
</template>
|