dashboard
repositories
filestore
activity
search
login
刘苏义
/
ruoyi-api
forked from
ard/ruoyi-api
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
适配大华NVR
liusuyi
2024-05-27
7c366e0d5acb41870c6ce6d17795de9e6d0fdcc8
[~liusuyi/ruoyi-api.git]
/
ruoyi-ui
/
node_modules
/
element-ui
/
packages
/
steps
/
index.js
1
2
3
4
5
6
7
8
import Steps from './src/steps';
/* istanbul ignore next */
Steps.install = function(Vue) {
Vue.component(Steps.name, Steps);
};
export default Steps;