oak-general-business/lib/pages/subscription/detail/index.js

20 lines
410 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = OakComponent({
isList: false,
entity: 'subscription',
projection: {
id: 1,
name: 1,
config: 1,
description: 1,
entity: 1,
entityId: 1,
},
formData: function (_a) {
var data = _a.data;
return data || {};
},
methods: {},
});