We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a193572 commit 684fe71Copy full SHA for 684fe71
README.md
@@ -85,7 +85,6 @@ Example:
85
86
<script>
87
import Terminal from "vue-web-terminal"
88
- import 'vue-web-terminal/lib/theme/dark.css'
89
90
export default {
91
name: 'App',
@@ -101,7 +100,7 @@ Example:
101
100
success({
102
type: 'normal',
103
class: clazz,
104
- tag: '成功',
+ tag: 'success',
105
content: command
106
})
107
}
README_ZH.md
@@ -83,7 +83,6 @@ const app = createApp(App).use(Terminal)
83
84
0 commit comments