We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f31b353 commit 9daa006Copy full SHA for 9daa006
src/components/MdDialog/MdDialogPrompt/MdDialogPrompt.vue
@@ -1,5 +1,5 @@
1
<template>
2
- <md-dialog v-bind="$attrs" v-on="$listeners" :md-fullscreen="false" @md-opened="setInputFocus">
+ <md-dialog v-bind="$attrs" :md-fullscreen="false" @md-opened="setInputFocus">
3
<md-dialog-title v-if="mdTitle">{{ mdTitle }}</md-dialog-title>
4
<md-dialog-content v-if="mdContent" v-html="mdContent" />
5
@@ -27,7 +27,7 @@
27
export default {
28
name: 'MdDialogPrompt',
29
props: {
30
- value: [String, Number],
+ value: {},
31
mdTitle: String,
32
mdInputName: String,
33
mdInputId: String,
0 commit comments