uipart-0015-grid.vue 255 字节 编辑Web IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 14 <script lang='tsx'> import { Component } from 'vue-property-decorator'; import UIPART_0015Base from './uipart-0015-grid-base.vue'; @Component({ components: { } }) export default class UIPART_0015 extends UIPART_0015Base { } </script>