Skip to content

Commit

Permalink
fix(table): 更新文档demo(jd-opensource#1331)
Browse files Browse the repository at this point in the history
  • Loading branch information
szg2008 committed Jun 5, 2022
1 parent 097c8c1 commit 6b8d10a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/packages/__VUE/table/doc.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ app.use(Table);
<nut-table :columns="columns" :data="data"></nut-table>
</template>
<script lang="ts">
import { reactive, toRefs } from 'vue';
import { reactive, toRefs, h } from 'vue';
export default {
props: {},
setup() {
Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/table/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ app.use(Table);
<nut-table :columns="columns" :data="data"></nut-table>
</template>
<script lang="ts">
import { reactive, toRefs } from 'vue';
import { reactive, toRefs, h } from 'vue';
export default {
props: {},
setup() {
Expand Down

0 comments on commit 6b8d10a

Please sign in to comment.