first commit
This commit is contained in:
19
tsVue3Decorators/dist/model/startboot.model.js
vendored
Normal file
19
tsVue3Decorators/dist/model/startboot.model.js
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
var StartbootModel = /** @class */ (function () {
|
||||
function StartbootModel() {
|
||||
this._StartbootModelContainer = [];
|
||||
}
|
||||
Object.defineProperty(StartbootModel.prototype, "StartbootModelContainer", {
|
||||
get: function () {
|
||||
return this._StartbootModelContainer;
|
||||
},
|
||||
set: function (constructor) {
|
||||
this._StartbootModelContainer.push(constructor);
|
||||
},
|
||||
enumerable: true,
|
||||
configurable: true
|
||||
});
|
||||
return StartbootModel;
|
||||
}());
|
||||
exports.ajaxModel = new StartbootModel();
|
||||
Reference in New Issue
Block a user