first commit
This commit is contained in:
29
tsVue3Decorators/dist/model/ajax.model.js
vendored
Normal file
29
tsVue3Decorators/dist/model/ajax.model.js
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.ajaxModel = void 0;
|
||||
var AjaxModel = /** @class */ (function () {
|
||||
function AjaxModel() {
|
||||
}
|
||||
Object.defineProperty(AjaxModel.prototype, "urlModelContainer", {
|
||||
get: function () {
|
||||
return this._urlModelContainer;
|
||||
},
|
||||
set: function (AjaxUrl) {
|
||||
this._urlModelContainer = AjaxUrl;
|
||||
},
|
||||
enumerable: false,
|
||||
configurable: true
|
||||
});
|
||||
Object.defineProperty(AjaxModel.prototype, "AjaxModelContainer", {
|
||||
get: function () {
|
||||
return this._AjaxModelContainer;
|
||||
},
|
||||
set: function (AjaxObjecy) {
|
||||
this._AjaxModelContainer = AjaxObjecy;
|
||||
},
|
||||
enumerable: false,
|
||||
configurable: true
|
||||
});
|
||||
return AjaxModel;
|
||||
}());
|
||||
exports.ajaxModel = new AjaxModel();
|
||||
Reference in New Issue
Block a user