no message
Former-commit-id: 2c6cc3e7442d7f7b59f3c0fe6ee8ad5634841257 Former-commit-id: f38cff1bec0e21c43d1b2b59fe33daab783faaf9 Former-commit-id: 7382f7eb7b2ebe9ce744b12e8ad1777dbf026c08
This commit is contained in:
@@ -1,10 +1,16 @@
|
||||
<template>
|
||||
<Container type="ghost">
|
||||
<el-card class="dd-mb">
|
||||
<PageHeader
|
||||
title="组件封装演示"
|
||||
url="https://github.com/isagalaev/highlight.js">
|
||||
</PageHeader>
|
||||
</el-card>
|
||||
<el-card class="dd-mb">
|
||||
<p slot="title">javascript</p>
|
||||
<Highlight :code="codeJavascript"></Highlight>
|
||||
</el-card>
|
||||
<el-row :gutter="10">
|
||||
<el-row :gutter="20">
|
||||
<el-col :span="8">
|
||||
<el-card class="dd-mb">
|
||||
<p slot="title">css</p>
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
<template>
|
||||
<Container>
|
||||
<PageHeader
|
||||
slot="header"
|
||||
title="README.md"
|
||||
url="https://github.com/isagalaev/highlight.js">
|
||||
</PageHeader>
|
||||
<div>
|
||||
<Markdown url="https://raw.githubusercontent.com/isagalaev/highlight.js/master/README.md"></Markdown>
|
||||
</div>
|
||||
</Container>
|
||||
</template>
|
||||
Reference in New Issue
Block a user