no message

Former-commit-id: de9fc7ee6ce7d2874bedb5d51fd2997f52870126
Former-commit-id: 70cb9e2b35ef7a76a62dc085aeb77eb914bc42ab
Former-commit-id: 47e9746d0a0fd6d32e798a0f6fbd684c8b555f09
This commit is contained in:
liyang
2018-06-10 08:43:27 +08:00
parent 8cc55e1bf7
commit 58ec52afac
11 changed files with 27 additions and 25 deletions

View File

@@ -9,12 +9,12 @@
<el-row :gutter="10">
<el-col :span="12">
<div class="col col-l">
<Highlight :code="code"></Highlight>
<d2-highlight :code="code"></d2-highlight>
</div>
</el-col>
<el-col :span="12">
<div class="col col-r">
<Highlight :code="mock"></Highlight>
<d2-highlight :code="mock"></d2-highlight>
</div>
</el-col>
</el-row>