pleroma-fe/src/components/selectable_list/selectable_list.vue

11 lines
150 B
Vue
Raw Normal View History

2019-04-04 03:43:24 +02:00
<template>
<div>
<Checkbox v-model="checked" />
</div>
</template>
<script src="./selectable_row.js"></script>
<style lang="scss">
</style>