<script lang='ts'> import { Component } from 'vue-property-decorator'; import IndexViewBase from './index-view-appmenu-base.vue'; @Component({ components: { } }) export default class IndexView extends IndexViewBase { } </script>