no message
Former-commit-id: 842fb01e882ba6bc2ecb96a5e45708d7507707e4 [formerly 842fb01e882ba6bc2ecb96a5e45708d7507707e4 [formerly 842fb01e882ba6bc2ecb96a5e45708d7507707e4 [formerly 842fb01e882ba6bc2ecb96a5e45708d7507707e4 [formerly a5bf7cf19e98823914bb3c80c903065124036446 [formerly 0d3deba5fff1d6f046a6b12e0eeffd93cb7c7cb1]]]]] Former-commit-id: e58468fba4c83e7f5e777e9005db9463c112aa92 Former-commit-id: cf4ec7bf3b54c96d8e6a35ee41ef8bf5512aa6f3 Former-commit-id: 1372e7c5809d8eb1a33cda1cf9a7b3b678ebddb5 [formerly 484085ada5db41a497d5b2f980ae855fd5f5ebd0] Former-commit-id: ede910e101bdb547f4bec243f9f7c6d4d5db2ce1 Former-commit-id: 5292283c77e47b13bb2a31914b2e358ecb4fa230 Former-commit-id: 81204fea95fcff76f6f58c471552565ea25e788b Former-commit-id: 7d5d1d3b7d1e3c7f5a0bc99e736b5ff00a72bc8a Former-commit-id: 3c0791a62bae56a25b85a7802f51cadd405c6484
This commit is contained in:
@@ -12,10 +12,22 @@
|
||||
</el-scrollbar>
|
||||
</div>
|
||||
</el-card>
|
||||
<d2-markdown :source="`#Hello`"/>
|
||||
<d2-markdown :source="doc"/>
|
||||
</d2-container>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import doc from './md/doc.md'
|
||||
export default {
|
||||
data () {
|
||||
return {
|
||||
doc
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import '~@/assets/style/public.scss';
|
||||
.demo-scrollbar-card {
|
||||
|
||||
Reference in New Issue
Block a user