vue-material/src/docs/pages/Checkbox.vue

14 lines
183 B
Vue
Raw Normal View History

2016-08-03 06:32:30 +00:00
<template>
<section>
<h2 class="title">Checkbox</h2>
<md-checkbox>My beautiful checkbox</md-checkbox>
</section>
</template>
<script>
export default {
};
</script>