💄 Optimized navbar
🍱 Add solian icons, optimize original icons
This commit is contained in:
@ -1,19 +1,21 @@
|
||||
<template>
|
||||
<v-container>
|
||||
<content-doc>
|
||||
<template #empty>
|
||||
<v-empty-state
|
||||
icon="mdi-image-broken-variant"
|
||||
text="This product has no spefifc describe for it, yet."
|
||||
title="No Content"
|
||||
class="no-content-placeholder"
|
||||
>
|
||||
<template #actions>
|
||||
<v-btn prepend-icon="mdi-list-box" variant="plain" text="Back to index" to="/products" exact />
|
||||
</template>
|
||||
</v-empty-state>
|
||||
</template>
|
||||
</content-doc>
|
||||
<article class="text-base prose prose-truegray xl:text-lg mx-auto">
|
||||
<content-doc>
|
||||
<template #empty>
|
||||
<v-empty-state
|
||||
icon="mdi-image-broken-variant"
|
||||
text="This product has no spefifc describe for it, yet."
|
||||
title="No Content"
|
||||
class="no-content-placeholder"
|
||||
>
|
||||
<template #actions>
|
||||
<v-btn prepend-icon="mdi-list-box" variant="plain" text="Back to index" to="/products" exact />
|
||||
</template>
|
||||
</v-empty-state>
|
||||
</template>
|
||||
</content-doc>
|
||||
</article>
|
||||
</v-container>
|
||||
</template>
|
||||
|
||||
|
Reference in New Issue
Block a user