<script lang='tsx'> import { Component } from 'vue-property-decorator'; import SDIndexViewBase from './sdindex-view-appmenu-base.vue'; @Component({ components: { } }) export default class SDIndexView extends SDIndexViewBase { } </script>