Test tailwind
This commit is contained in:
parent
0fc599aeb7
commit
d1bab36911
|
@ -1,5 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<HadithLayout :menu="sidbarMenu"> hadith page </HadithLayout>
|
<HadithLayout :menu="sidbarMenu">
|
||||||
|
<h1 class="text-3xl font-bold underline">hadith page</h1>
|
||||||
|
</HadithLayout>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
import { useStorage } from "@vueuse/core";
|
import { useStorage } from "@vueuse/core";
|
||||||
|
@ -34,6 +36,13 @@ export default {
|
||||||
},
|
},
|
||||||
|
|
||||||
async mounted() {
|
async mounted() {
|
||||||
|
const toast = useToast();
|
||||||
|
toast.add({
|
||||||
|
title: "Success",
|
||||||
|
description: "Your action was completed successfully.",
|
||||||
|
color: "success",
|
||||||
|
});
|
||||||
|
|
||||||
this.logo = (await logoPhoto()).default;
|
this.logo = (await logoPhoto()).default;
|
||||||
|
|
||||||
let schemaExist = this.searchActiveTabGetter && this.searchSchemaGetter;
|
let schemaExist = this.searchActiveTabGetter && this.searchSchemaGetter;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user