Vuejs component for displaying UI element that acts as console terminal. Actual terminal logic code forked from Ptty. View demoDownload Source Install npm i vue-terminal-ui --save Usage // import plugin import VueTerminal from 'vue-terminal-ui' // add to components section components{ VueTerm...
默认情况下,Vue-router会自动给触发路由跳转的元素 添加类名router-link-active 以示跳转。但如果使用了UI组件,该组件一般封装了路由跳转时用于高亮的类名(这样也避免了手动书写高亮css),就要在router.js中设置组件的路由跳转类名。 以MUI为例,Tabbar 路由触发点击跳转时,会高亮 Tabbar 的图标,高亮的原理是添加了类...
A lightweight and beautiful web-side command line window plug-in (simulating a terminal). - 优化ui;新增focus接口 · yanhua-96/vue-web-terminal@fc7d752