card-bs
Former-commit-id: 6de2fd0ecd248346d5d11c082d39dce6a53b9cd2 [formerly 6de2fd0ecd248346d5d11c082d39dce6a53b9cd2 [formerly 6de2fd0ecd248346d5d11c082d39dce6a53b9cd2 [formerly 6de2fd0ecd248346d5d11c082d39dce6a53b9cd2 [formerly b57d4d8d6d3a1f0d272b0403a6ae8c9ad8e63900 [formerly 5153a7ccadbe584ba05d70c72c4aa05de8791ff7]]]]] Former-commit-id: aa1884bc49a83014102224c523a18af93d9e6ba2 Former-commit-id: ce5f1363a4baa7b8af232a9f61ba999fc6f7b724 Former-commit-id: d0ce7cc910fc4f081495694d131e735438e5eef9 [formerly f73f94a7b840e38e1291833651223fc17cae25f3] Former-commit-id: a4275db733c09bc9042eca5593561e86d481b92e Former-commit-id: cd5da623baf61c1a2cdf234e4f425f7de049c180 Former-commit-id: 2248bea6688dae9bba2b21f0947522661762ddd1 Former-commit-id: 82f5352d821e5f8c64279b53e1188c8b9ec72ad6 Former-commit-id: 84035c7bbb1b6023dd48a7ab29ca6b1ea4f37b46
This commit is contained in:
16
src/pages/demo/components/container/card-bs.vue
Normal file
16
src/pages/demo/components/container/card-bs.vue
Normal file
@@ -0,0 +1,16 @@
|
||||
<template>
|
||||
<d2-container type="card" scroll>
|
||||
<template slot="header">header</template>
|
||||
<d2-demo-article/>
|
||||
<template slot="footer">header</template>
|
||||
</d2-container>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import d2DemoArticle from './components/d2-demo-article'
|
||||
export default {
|
||||
components: {
|
||||
'd2-demo-article': d2DemoArticle
|
||||
}
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user