<#ibiztemplate> TARGET=PSSYSAPP </#ibiztemplate> <template>
<ion-app id="app">
<#if app.getAllRefPSAppViews()??> <#list app.getAllRefPSAppViews() as view> <#if view.getViewType() == "APPSTARTVIEW" > <${srffilepath2(view.getCodeName())}></${srffilepath2(view.getCodeName())}> </#if> </#list> </#if> <keep-alive> <router-view/> </keep-alive> </ion-app> </template> <script lang="ts"> import { Component, Vue } from "vue-property-decorator"; @Component({}) export default class App extends Vue { } </script>