no message

Former-commit-id: 6c662ce48ae133e62f326723c0acace4a99b70d1
Former-commit-id: d6734073b9816f545fac36f942dd7f9bdcc95a83
Former-commit-id: 8fdcc1c3852f13eeb2616882f8b77b4e08a087a0
This commit is contained in:
李杨
2018-03-09 19:16:04 +08:00
parent 0b39efe7f9
commit 9a8a69eac5
4 changed files with 50 additions and 6 deletions

View File

@@ -1,5 +1,8 @@
<template>
<Container type="full-card">
full-card
<template slot="header">
header
</template>
<p v-for="(i, index) in 100" :key="index">{{i}}</p>
</Container>
</template>