h1 title
This commit is contained in:
@@ -5,12 +5,17 @@ import Icon from '@/Components/Icon.vue';
|
||||
import Builder from '@/Components/DataTable/Builder.vue';
|
||||
import Th from '@/Components/DataTable/Th.vue';
|
||||
import VueJsonPretty from "vue-json-pretty";
|
||||
|
||||
import {ref} from 'vue';
|
||||
const dateValue = ref([]);
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<DashboardLayout
|
||||
title="Logging Activity"
|
||||
>
|
||||
|
||||
<Card class="bg-white dark:bg-gray-700 dark:text-gray-200">
|
||||
<template #header>
|
||||
<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>
|
||||
@import 'vue-json-pretty/lib/styles.css';
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user