mirror of
https://git.rape.pet/ulith/amputoma-fe.git
synced 2025-02-04 12:22:40 +01:00
11 lines
150 B
Vue
11 lines
150 B
Vue
|
<template>
|
||
|
<div>
|
||
|
<Checkbox v-model="checked" />
|
||
|
</div>
|
||
|
</template>
|
||
|
|
||
|
<script src="./selectable_row.js"></script>
|
||
|
|
||
|
<style lang="scss">
|
||
|
</style>
|