mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 19:13:51 +00:00
10 lines
138 B
Vue
10 lines
138 B
Vue
<template>
|
|
<div>
|
|
<h1>Bootstrap Demo</h1>
|
|
|
|
<BootstrapNav />
|
|
<BootstrapAbout />
|
|
<BootstrapContact />
|
|
</div>
|
|
</template>
|