提交 61c4bb6f 编写于 作者: chitanda's avatar chitanda

feat: 提交gs-web插件

上级 8e6fbef8
var r = Object.defineProperty;
var s = (e, i, n) => i in e ? r(e, i, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[i] = n;
var t = (e, i, n) => (s(e, typeof i != "symbol" ? i + "" : i, n), n);
class d {
constructor() {
t(this, "component", "IndexView");
}
}
const a = {
mateUrl: import.meta.url,
install(e) {
ibiz.register.view.register(
"VIEW_CUSTOM_GsIndexCSS",
new d()
);
}
};
export {
a as default
};
!function(){function e(e,n){for(var t=0;t<n.length;t++){var r=n[t];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function n(n,t,r){return t&&e(n.prototype,t),r&&e(n,r),Object.defineProperty(n,"prototype",{writable:!1}),n}System.register([],(function(e,t){"use strict";return{execute:function(){var r=n((function e(){var n,t,r;!function(e,n){if(!(e instanceof n))throw new TypeError("Cannot call a class as a function")}(this,e),r="IndexView",(t="component")in(n=this)?Object.defineProperty(n,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):n[t]=r}));e("default",{mateUrl:t.meta.url,install:function(e){ibiz.register.view.register("VIEW_CUSTOM_GsIndexCSS",new r)}})}}}))}();
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册