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