mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-15 10:43:12 +00:00
Improve checkbox rendering performance
This commit is contained in:
parent
7f53a13f6d
commit
37df21645a
2 changed files with 2 additions and 1 deletions
|
|
@ -8,6 +8,7 @@ $checkbox-ripple-size: 48px;
|
|||
margin: 16px 8px 16px 0;
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
transform: translate3D(0, 0, 0);
|
||||
|
||||
.md-checkbox-container {
|
||||
width: $checkbox-size;
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
<md-checkbox id="my-test5" name="my-test5" v-model="checkbox" disabled>Disabled</md-checkbox>
|
||||
</div>
|
||||
|
||||
{{ checkbox }}
|
||||
<span>{{ checkbox }}</span>
|
||||
</section>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue