moved to bootstrap-vue, there is a bug in vee-validate and bootstrap-vue >rc15
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<template>
|
||||
<div class="home">
|
||||
<b-alert show>Default Alert</b-alert>
|
||||
<div>
|
||||
<button v-for="entry in languages" :key="entry.title" @click="changeLocale(entry.language)">
|
||||
<flag :iso="entry.flag" v-bind:squared="false"/>
|
||||
|
||||
Reference in New Issue
Block a user