some modify

This commit is contained in:
jiaming743 2019-01-10 19:03:19 +08:00
parent 527cdd6fa3
commit 03ca725903
1 changed files with 1 additions and 6 deletions

View File

@ -41,7 +41,7 @@ textAlign: ['center', 'center']
<border-box-7 class="other-item">
<div class="component">
<scroll-board @click="test" :data="scrollBoardData2" carousel="page" :columnWidth="[50, 50]" :textAlign="['center', 'center']" />
<scroll-board :data="scrollBoardData2" carousel="page" :columnWidth="[50, 50]" :textAlign="['center', 'center']" />
</div>
<div class="config-info">
@ -232,11 +232,6 @@ export default {
title: ['姓名', '性别', '地址']
}
}
},
methods: {
test (e) {
console.error(e)
}
}
}
</script>