chore: 升级 layer 1.3.8 待解决内部 use 问题

This commit is contained in:
就眠儀式
2022-03-08 01:47:46 +08:00
parent c9699bb08b
commit 0b8bfbfc30
4 changed files with 7 additions and 14 deletions

View File

@@ -1,8 +0,0 @@
import type { App } from "vue";
import { LayLayer } from "@layui/layer-vue";
LayLayer.install = (app: App) => {
app.component(LayLayer.name, LayLayer);
};
export default LayLayer;