h1 title
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
"@inertiajs/inertia": "^0.11.0",
|
"@inertiajs/inertia": "^0.11.0",
|
||||||
"@inertiajs/inertia-vue3": "^0.6.0",
|
"@inertiajs/inertia-vue3": "^0.6.0",
|
||||||
"@inertiajs/progress": "^0.2.7",
|
"@inertiajs/progress": "^0.2.7",
|
||||||
"@tailwindcss/forms": "^0.5.2",
|
"@tailwindcss/forms": "^0.5.7",
|
||||||
"@tailwindcss/typography": "^0.5.2",
|
"@tailwindcss/typography": "^0.5.2",
|
||||||
"@vitejs/plugin-vue": "^2.3.3",
|
"@vitejs/plugin-vue": "^2.3.3",
|
||||||
"autoprefixer": "^10.4.7",
|
"autoprefixer": "^10.4.7",
|
||||||
|
|||||||
1821
pnpm-lock.yaml
generated
Normal file
1821
pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load Diff
BIN
resources/.DS_Store
vendored
BIN
resources/.DS_Store
vendored
Binary file not shown.
BIN
resources/js/.DS_Store
vendored
BIN
resources/js/.DS_Store
vendored
Binary file not shown.
@@ -222,7 +222,7 @@ onMounted(fetch_menu);
|
|||||||
<fwb-navbar class="px-0">
|
<fwb-navbar class="px-0">
|
||||||
<template #logo>
|
<template #logo>
|
||||||
<fwb-navbar-logo alt="IKEA price comparison" :image-url="LogoIkea" :link="route('root')">
|
<fwb-navbar-logo alt="IKEA price comparison" :image-url="LogoIkea" :link="route('root')">
|
||||||
IKEA price comparison
|
<h1>IKEA price comparison</h1>
|
||||||
</fwb-navbar-logo>
|
</fwb-navbar-logo>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -5,12 +5,17 @@ import Icon from '@/Components/Icon.vue';
|
|||||||
import Builder from '@/Components/DataTable/Builder.vue';
|
import Builder from '@/Components/DataTable/Builder.vue';
|
||||||
import Th from '@/Components/DataTable/Th.vue';
|
import Th from '@/Components/DataTable/Th.vue';
|
||||||
import VueJsonPretty from "vue-json-pretty";
|
import VueJsonPretty from "vue-json-pretty";
|
||||||
|
|
||||||
|
import {ref} from 'vue';
|
||||||
|
const dateValue = ref([]);
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<DashboardLayout
|
<DashboardLayout
|
||||||
title="Logging Activity"
|
title="Logging Activity"
|
||||||
>
|
>
|
||||||
|
|
||||||
<Card class="bg-white dark:bg-gray-700 dark:text-gray-200">
|
<Card class="bg-white dark:bg-gray-700 dark:text-gray-200">
|
||||||
<template #header>
|
<template #header>
|
||||||
<div class="flex items-center space-x-2 bg-gray-200 dark:bg-gray-800 p-2">
|
<div class="flex items-center space-x-2 bg-gray-200 dark:bg-gray-800 p-2">
|
||||||
@@ -117,5 +122,6 @@ import VueJsonPretty from "vue-json-pretty";
|
|||||||
|
|
||||||
<style>
|
<style>
|
||||||
@import 'vue-json-pretty/lib/styles.css';
|
@import 'vue-json-pretty/lib/styles.css';
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user