You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
572 B
23 lines
572 B
/*
|
|
* @Author: your name
|
|
* @Date: 2021-10-12 10:28:00
|
|
* @LastEditTime: 2021-10-26 10:06:13
|
|
* @LastEditors: Please set LastEditors
|
|
* @Description: In User Settings Edit
|
|
* @FilePath: /data-show/src/components/index.js
|
|
*/
|
|
import iHeader from "@/lycomponents/iHeader";
|
|
import iSwitchBrand from "@/lycomponents/iSwitchBrand";
|
|
import iHeaderMa from "@/lycomponents/iHeaderMa"
|
|
export default {
|
|
install(Vue) {
|
|
Vue.mixin({
|
|
components: {
|
|
iHeader,
|
|
iSwitchBrand,
|
|
iHeaderMa
|
|
}
|
|
})
|
|
}
|
|
}
|