@lcap/nasl
Version:
NetEase Application Specific Language
12 lines • 342 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.initialize = void 0;
function initialize({ app }) {
app.frontendTypes.forEach(ft => {
if (!ft.frameworkKind) {
ft.frameworkKind = 'vue2';
}
});
}
exports.initialize = initialize;
//# sourceMappingURL=frontend-types.js.map