Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

Commit

Permalink
Merge branch 'dev-v1.0.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
yarbshk committed Dec 27, 2017
2 parents 9a5f817 + 4aca429 commit 646f31f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions dist/controls.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/vue-formly-buefy.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/vue-formly-buefy.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-formly-buefy",
"version": "1.0.1",
"version": "1.0.2",
"description": "Simple way to validate input data in your forms.",
"keywords": [
"vue",
Expand Down
2 changes: 1 addition & 1 deletion src/components/controls/button/Button.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<button class="button" v-bind="properties">
<span>{{ label }}</span>
<b-icon v-if="icon" :icon="icon"></b-icon>
<span>{{ label }}</span>
</button>
</template>

Expand Down
2 changes: 1 addition & 1 deletion src/components/controls/button/Link.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<a class="button" v-bind="properties">
<span>{{ label }}</span>
<b-icon v-if="icon" :icon="icon"></b-icon>
<span>{{ label }}</span>
</a>
</template>

Expand Down

0 comments on commit 646f31f

Please sign in to comment.