You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
355 B
11 lines
355 B
<template>
|
|
<div class="index">
|
|
<h1>Welcome to the Index Page</h1>
|
|
<p>This is the main landing page of the application.</p>
|
|
<BoButton size="small">sad</BoButton>
|
|
<BoButton size="medium">sad</BoButton>
|
|
<BoButton size="large">sad</BoButton>
|
|
<BoButton loading>sad</BoButton>
|
|
<BoButton disabled>sad</BoButton>
|
|
</div>
|
|
</template>
|