<script lang='tsx'> import { Component } from 'vue-property-decorator'; import InternalFuncBase from './internal-func-grid-base.vue'; // 基于 @CONTROL/表格/CONTROL.vue.ftl 生成 @Component({ components: { } }) export default class InternalFunc extends InternalFuncBase { } </script>