This repository has been archived on 2023-08-30. You can view files and clone it, but cannot push or open issues/pull-requests.
bytedo
/
wcui
Archived
1
0
Fork 0

移除无用依赖

old
yutent 2023-02-27 18:54:20 +08:00
parent 9b7ec3476d
commit 94e38eb83f
1 changed files with 0 additions and 6 deletions

View File

@ -58,11 +58,6 @@
</style>
<script>
import '../scroll/index'
import '../layer/index'
import $ from '../utils'
import { colorHtml, colorCss, colorJs, colorMd } from './colorful'
export default class Card {
props = {
header: '',
@ -76,7 +71,6 @@ export default class Card {
__init__() {
/* render */
// .code-box
var elem = this.root.children[1]
this.__HEADER__ = elem.children[0]
this.__CONTENT__ = elem.children[1]