Skip to content

Commit 6f22344

Browse files
committed
added help text
1 parent f9acb89 commit 6f22344

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

dist/vue-formly-bootstrap.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* vue-formly-bootstrap v2.2.1
2+
* vue-formly-bootstrap v2.2.2
33
* https://github.com/matt-sanders/vue-formly-bootstrap
44
* Released under the MIT License.
55
*/
@@ -852,7 +852,7 @@ return /******/ (function(modules) { // webpackBootstrap
852852
/* 43 */
853853
/***/ function(module, exports) {
854854

855-
module.exports = "\n<span v-if=\"message\" class=\"help-block\">{{message}}</span>\n";
855+
module.exports = "\n<span v-if=\"message\" class=\"help-block form-text text-danger\">{{message}}</span>\n";
856856

857857
/***/ },
858858
/* 44 */

0 commit comments

Comments
 (0)