diff --git a/src/views/dialog/DialogDoc.vue b/src/views/dialog/DialogDoc.vue index 141584938..d2f79ecf3 100755 --- a/src/views/dialog/DialogDoc.vue +++ b/src/views/dialog/DialogDoc.vue @@ -65,12 +65,6 @@ export default {
Dialog width can be adjusted per screen size with the breakpoints option. In example below, default width is set to 50vw and below 961px, width would be 75vw and finally below 641px width becomes 100%. The value of breakpoints should be an object literal whose keys are the maximum screen sizes and values are the widths per screen.
-
-<Dialog position="top" v-model:visible="display">
- Content
-</Dialog>
-
-
<Dialog v-model:visible="display" :breakpoints="{'960px': '75vw', '640px': '100vw'}" :style="{width: '50vw'}">