remove console.log statement

This commit is contained in:
Gauthier Roebroeck 2019-12-24 16:04:18 +08:00
parent 971467b72d
commit 2d41c5387d

View file

@ -141,7 +141,6 @@ export default Vue.extend({
methods: {
updateCardWidth () {
const content = this.$refs.content as HTMLElement
console.log(content.clientWidth)
switch (this.$vuetify.breakpoint.name) {
case 'xs':
this.cardWidth = (content.clientWidth - (16 * 2)) / 2