UNPKG

bootstrap-vue

Version:

Quickly integrate Bootstrap 4 components with Vue.js

9 lines (8 loc) 212 B
/** * Log a warning message to the console with bootstrap-vue formatting sugar. * @param {string} message */ function warn(message) { console.warn("[Bootstrap-Vue warn]: " + message); } export default warn;