UNPKG

bootstrap-vue

Version:

Bootstrap 4 Components for Vue.js 2

10 lines (8 loc) 213 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