mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-24 14:53:45 +00:00
14 lines
183 B
Vue
14 lines
183 B
Vue
|
|
<template>
|
||
|
|
<section>
|
||
|
|
<h2 class="title">Checkbox</h2>
|
||
|
|
|
||
|
|
<md-checkbox>My beautiful checkbox</md-checkbox>
|
||
|
|
</section>
|
||
|
|
</template>
|
||
|
|
|
||
|
|
<script>
|
||
|
|
export default {
|
||
|
|
|
||
|
|
};
|
||
|
|
</script>
|