dashboard
repositories
filestore
activity
search
login
刘苏义
/
ruoyi-api
forked from
ard/ruoyi-api
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
sdk返回前端信息error改为warn
‘liusuyi’
2024-04-22
e6ed5230c8cdebc3effd2512c587ceb36b61687b
[~liusuyi/ruoyi-api.git]
/
ruoyi-ui
/
node_modules
/
element-ui
/
packages
/
radio-button
/
index.js
1
2
3
4
5
6
7
8
import RadioButton from '../radio/src/radio-button.vue';
/* istanbul ignore next */
RadioButton.install = function(Vue) {
Vue.component(RadioButton.name, RadioButton);
};
export default RadioButton;