You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let allClass = ['success', 'error', 'system', 'info', 'warning'];
98
-
99
-
let clazz = allClass[Math.floor(Math.random() * allClass.length)];
100
-
success({
101
-
type: 'normal',
102
-
class: clazz,
103
-
tag: 'success',
104
-
content: command
105
-
})
106
-
}
107
-
}
108
-
}
109
-
}
110
-
</script>
111
-
112
107
<style>
113
108
body, html, #app {
114
109
margin: 0;
@@ -121,7 +116,7 @@ Example:
121
116
122
117
# Contact Author
123
118
124
-
I am a backend coder who happens to have some knowledge of frontend. I developed this plugin out of personal interest.
119
+
I am a backend coder, and I know a little bit about frontend. This plugin was created out of my interest.
125
120
126
121
If you have good ideas for code optimization or functions and are willing to contribute code, please submit [PR](https://github.com/tzfun/vue-web-terminal/pulls),
127
122
If you have any questions about the use of the plugin or find bugs, please submit[issue](https://github.com/tzfun/vue-web-terminal/issues).
0 commit comments