From e5d9f0587b6b4cdbe8f7f141ab11bfa16936af29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Thu, 21 Jul 2022 21:59:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.js b/src/main.js index 25ca190f..62d976b0 100644 --- a/src/main.js +++ b/src/main.js @@ -27,6 +27,7 @@ import DateRange from '@/components/dateRange/index' import DictSelect from '@/components/DictSelect/index' import DictTag from '@/components/DictTag/index' import DictField from '@/components/DictField/index' +import MyInput from '@/components/MDinput/index' Vue.prototype.$echarts = echarts Vue.use(Print); //注册 @@ -34,6 +35,7 @@ Vue.component('date-range',DateRange) Vue.component('dict-select',DictSelect) Vue.component('dict-tag',DictTag) Vue.component('dict-field',DictField) +Vue.component('my-input',MyInput) Vue.use(Element, { size: 'small', // set element-ui default size i18n: (key, value) => i18n.t(key, value)