Skip to content

Commit 684fe71

Browse files
committed
[vue3] update README
1 parent a193572 commit 684fe71

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ Example:
8585
8686
<script>
8787
import Terminal from "vue-web-terminal"
88-
import 'vue-web-terminal/lib/theme/dark.css'
8988
9089
export default {
9190
name: 'App',
@@ -101,7 +100,7 @@ Example:
101100
success({
102101
type: 'normal',
103102
class: clazz,
104-
tag: '成功',
103+
tag: 'success',
105104
content: command
106105
})
107106
}

README_ZH.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ const app = createApp(App).use(Terminal)
8383
8484
<script>
8585
import Terminal from "vue-web-terminal"
86-
import 'vue-web-terminal/lib/theme/dark.css'
8786
8887
export default {
8988
name: 'App',

0 commit comments

Comments
 (0)