From bf399dc65aa67c4355b0fdc516f8da5ca7234c82 Mon Sep 17 00:00:00 2001 From: mark <mark18340872469@163.com> Date: 星期日, 09 十月 2022 16:34:22 +0800 Subject: [PATCH] Merge branch 'shandong' of http://192.168.5.5:10010/r/web/saas-web into shandong --- src/scripts/component.js | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/src/scripts/component.js b/src/scripts/component.js index b0924d3..ae74329 100644 --- a/src/scripts/component.js +++ b/src/scripts/component.js @@ -1,9 +1,14 @@ // 寮曞叆缁勪欢 import ImageShow from "@/components/subComponents/ImageShow.vue"; +import PwInput from "@/components/subComponents/PwInput.vue"; // 鍒涘缓涓┖瀵硅薄 // 璁剧疆瀹夎鏂规硶 ImageShow.install = function(Vue) { Vue.component("ImageShow", ImageShow); }; + +PwInput.install = function(Vue) { + Vue.component("PwInput", PwInput); +}; // 瀵煎嚭瀵硅薄 -export default ImageShow; +export { ImageShow, PwInput }; -- Gitblit v1.8.0