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