diff --git a/components/mybtn/mybtn.vue b/components/mybtn/mybtn.vue index 4066659..4e7ee4d 100644 --- a/components/mybtn/mybtn.vue +++ b/components/mybtn/mybtn.vue @@ -1,6 +1,6 @@ @@ -15,7 +15,7 @@ type: Boolean, default: true }, - disabled:{ + my_btn_disabled:{ type: Boolean, default: false } @@ -33,11 +33,12 @@ } -