2025-01-20 10:32:22 +09:00

13 lines
235 B
JavaScript

sap.ui.define([
"sap/ui/core/ComponentContainer"
], (ComponentContainer) => {
"use strict";
new ComponentContainer({
name : "ui5.walkthrough",
settings : {
id : "walkthrough"
},
async : true
}).placeAt("content");
});