- vue composition api #91

Merged
Baakoma merged 2 commits from vue-refactor into main 2022-03-22 15:03:42 +01:00
11 changed files with 11 additions and 13 deletions
Showing only changes of commit 675687ebc8 - Show all commits

View File

@@ -61,8 +61,7 @@
</template>
<script setup>
import { XIcon } from '@heroicons/vue/solid'
import { ExclamationIcon } from '@heroicons/vue/solid'
import { XIcon, ExclamationIcon } from '@heroicons/vue/solid'
defineProps({
errors: Object,

View File

@@ -7,7 +7,7 @@
Dostępne dni urlopu dla użytkowników
</h2>
<p class="mt-1 text-sm text-gray-500">
Zarządzaj dostepnymi dniami urlopów dla użytkowników.
Zarządzaj dostępnymi dniami urlopów dla użytkowników.
</p>
</div>
</div>

View File

@@ -249,7 +249,7 @@
</template>
<script setup>
import { ref } from 'vue'
import { computed, ref } from 'vue'
import {
Dialog,
DialogOverlay,
@@ -271,7 +271,6 @@ import {
CalendarIcon, DocumentTextIcon,
} from '@heroicons/vue/outline'
import { CheckIcon, ChevronDownIcon } from '@heroicons/vue/solid'
import { computed } from 'vue'
const props = defineProps({
auth: Object,