bulma inputs with addon

by jorgeluis

HTML

<script src="https://unpkg.com/vue/dist/vue.min.js"></script>
<script src="https://unpkg.com/buefy/dist/buefy.min.js"></script>
<link rel="stylesheet" href="https://unpkg.com/buefy/dist/buefy.min.css">
<div id="app" class="container">
    
    <section>


    </section>

</div>

JavaScript

const app = new Vue()

app.$mount('#app')