UNPKG

veui

Version:

Baidu Enterprise UI for Vue.js.

16 lines (14 loc) 294 B
import warn from '../utils/warn' export default { created () { if ( process.env.NODE_ENV !== 'production' && typeof this.activate !== 'function' ) { warn( 'Method [activate] must be implemented for activatable components.', this ) } } }