This commit is contained in:
fan
2019-10-30 17:49:52 +08:00
parent db82e257c9
commit a8085a1cac
10 changed files with 5 additions and 226 deletions
+1 -4
View File
@@ -1,6 +1,3 @@
import "./plugins";
//import "./element-ui";
import LemonTabs from "./components/tabs";
import LemonPopover from "./components/popover";
import LemonButton from "./components/button";
@@ -32,7 +29,7 @@ const components = [
LemonMessageText,
lemonMessageImage,
lemonMessageFile,
lemonMessageEvent,
lemonMessageEvent
];
const install = (Vue, opts = {}) => {
components.forEach(component => {