Remove unneeded components.
This commit is contained in:
parent
44ad037cf2
commit
23bcb41f47
3 changed files with 0 additions and 23 deletions
|
|
@ -1,10 +0,0 @@
|
|||
<template>
|
||||
<button type="button" class="btn btn-primary" disabled>{{btnText}}</button>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'buttonDisabled',
|
||||
props: ['btnText']
|
||||
}
|
||||
</script>
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
<template>
|
||||
<button type="button" class="btn btn-primary-focus d-flex align-items-center">{{btnText}}</button>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'buttonPrimaryFocus',
|
||||
props: ['btnText']
|
||||
}
|
||||
</script>
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
<template>
|
||||
<button type="button" class="btn btn-secondary">Secondary</button>
|
||||
</template>
|
||||
Loading…
Reference in a new issue