提交 f86f6856 编写于 作者: zhujiamin's avatar zhujiamin

feat: 更新插件

上级 95dd6546
var i = Object.defineProperty; var o = Object.defineProperty;
var n = (e, t, r) => t in e ? i(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r; var i = (e, t, r) => t in e ? o(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r;
var s = (e, t, r) => (n(e, typeof t != "symbol" ? t + "" : t, r), r); var s = (e, t, r) => (i(e, typeof t != "symbol" ? t + "" : t, r), r);
import { PluginStaticResource as o } from "@ibiz-template/runtime"; import { PluginStaticResource as n } from "@ibiz-template/runtime";
class l { class l {
constructor() { constructor() {
s(this, "component", "IndexView"); s(this, "component", "IndexView");
} }
} }
const a = new o(import.meta.url); const c = new n(import.meta.url);
const m = { const d = {
mateUrl: import.meta.url, mateUrl: import.meta.url,
install(e) { install(e) {
a.loadStyle(["/style.css"]), ibiz.register.view.register( c.loadStyle(["/style.css"]), ibiz.register.view.register(
"VIEW_CUSTOM_GsIndexCSS", "VIEW_CUSTOM_GsIndexCSS",
new l() new l()
); );
} }
}; };
export { export {
m as default d as default
}; };
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册