Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
任何类型的文档来禁用 md 按钮的效果?Vue材质
谢谢
这是具有禁用属性的 md 按钮的工作示例。如果加载或表单使用 vuelidate 验证库无效,则该按钮将被禁用。
<md-button @click.prevent="signup" class="md-accent md-raised" :disabled="loading || $v.$invalid">Sign up</md-button>