vuetify
Version:
Vue.js 2 Semantic Component Framework
16 lines (12 loc) • 301 B
text/typescript
// Components
import VImg from '../VImg/VImg'
// Utils
import { deprecate } from '../../util/console'
/* istanbul ignore next */
/* @vue/component */
export default VImg.extend({
name: 'v-card-media',
mounted () {
deprecate('v-card-media', this.src ? 'v-img' : 'v-responsive', this)
}
})