Последняя версия с сервера прошлого разработчика
This commit is contained in:
13
nova/resources/js/components/Index/FakeCheckbox.vue
Executable file
13
nova/resources/js/components/Index/FakeCheckbox.vue
Executable file
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<checkbox :checked="checked" :disabled="true" class="pointer-events-none" />
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
props: {
|
||||
checked: {
|
||||
default: false,
|
||||
},
|
||||
},
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user