add Cell component for init

This commit is contained in:
梁灏 2018-06-20 15:17:54 +08:00
parent a0141266d4
commit 59a3b893b7
10 changed files with 57 additions and 0 deletions

14
examples/routers/cell.vue Normal file
View file

@ -0,0 +1,14 @@
<template>
<div>
<div>cell</div>
</div>
</template>
<script>
export default {
data(){
return {
}
}
}
</script>