Files
web/pages/index.vue
2021-07-15 03:37:51 +00:00

10 lines
138 B
Vue

<template>
<div>
<h1>Bootstrap Demo</h1>
<BootstrapNav />
<BootstrapAbout />
<BootstrapContact />
</div>
</template>