8 lines
169 B
Vue
8 lines
169 B
Vue
|
|
<template>
|
||
|
|
<d2-container type="ghost">
|
||
|
|
<el-card shadow="never">
|
||
|
|
<template slot="header">中文字体</template>
|
||
|
|
</el-card>
|
||
|
|
</d2-container>
|
||
|
|
</template>
|