|
@@ -2,7 +2,7 @@
|
|
* @Author: 傅豪杰 18516149270@163.com
|
|
* @Author: 傅豪杰 18516149270@163.com
|
|
* @Date: 2023-07-24 13:57:02
|
|
* @Date: 2023-07-24 13:57:02
|
|
* @LastEditors: 傅豪杰 18516149270@163.com
|
|
* @LastEditors: 傅豪杰 18516149270@163.com
|
|
- * @LastEditTime: 2023-07-24 15:32:50
|
|
|
|
|
|
+ * @LastEditTime: 2023-08-01 14:53:39
|
|
* @FilePath: /infrared_remote/admin_web/ruoyi-ui/src/baseComponents/index.js
|
|
* @FilePath: /infrared_remote/admin_web/ruoyi-ui/src/baseComponents/index.js
|
|
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
*/
|
|
*/
|
|
@@ -24,4 +24,5 @@ Vue.component('f-select', () => import( /* webpackChunkName: "baseComponents/f-s
|
|
Vue.component('f-table', () => import( /* webpackChunkName: "baseComponents/f-table" */ './f-table/index.vue'));
|
|
Vue.component('f-table', () => import( /* webpackChunkName: "baseComponents/f-table" */ './f-table/index.vue'));
|
|
Vue.component('f-tabs', () => import( /* webpackChunkName: "baseComponents/f-tabs" */ './f-tabs/index.vue'));
|
|
Vue.component('f-tabs', () => import( /* webpackChunkName: "baseComponents/f-tabs" */ './f-tabs/index.vue'));
|
|
Vue.component('f-tooltip', () => import( /* webpackChunkName: "baseComponents/f-tooltip" */ './f-tooltip/index.vue'));
|
|
Vue.component('f-tooltip', () => import( /* webpackChunkName: "baseComponents/f-tooltip" */ './f-tooltip/index.vue'));
|
|
-Vue.component('f-color', () => import( /* webpackChunkName: "baseComponents/f-color" */ './f-color/index.vue'));
|
|
|
|
|
|
+Vue.component('f-color', () => import( /* webpackChunkName: "baseComponents/f-color" */ './f-color/index.vue'));
|
|
|
|
+Vue.component('f-switch', () => import( /* webpackChunkName: "baseComponents/f-switch" */ './f-switch/index.vue'));
|