cell component add click event

This commit is contained in:
cookfront
2017-02-14 15:22:45 +08:00
parent f55d3cb7c4
commit 975c39029b
5 changed files with 39 additions and 3 deletions

View File

@@ -5,7 +5,13 @@
</template>
<script>
import O2Cell from 'packages/cell';
export default {
name: 'o2-filed'
name: 'o2-filed',
components: {
O2Cell
}
};
</script>