Skip to content

Commit

Permalink
Hide contain prop description
Browse files Browse the repository at this point in the history
  • Loading branch information
xiongmao86 committed Apr 28, 2023
1 parent 2ea5240 commit a89eb0e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
import { ManualApiOptions } from "@/components/DocsApi/ManualApiOptions";

export default {
props: {},
props: {
contain: {
hidden: true
}
},
events: {},
methods: {},
slots: {
Expand Down
5 changes: 5 additions & 0 deletions packages/docs/page-config/ui-elements/image/api-options.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
export default defineManualApi({
props: {
contain: {
hidden: true
}
},
events: {
loaded: {
types: "Boolean",
Expand Down

0 comments on commit a89eb0e

Please sign in to comment.