mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-21 13:14:04 +02:00
feat: add Result component for displaying history items with dynamic content rendering
This commit is contained in:
parent
7b624bd352
commit
180664c0fd
3 changed files with 151 additions and 7 deletions
|
@ -3,6 +3,13 @@ export default defineNuxtConfig({
|
|||
devtools: { enabled: false },
|
||||
compatibilityDate: "2024-07-04",
|
||||
ssr: false,
|
||||
app: {
|
||||
head: {
|
||||
charset: "utf-8",
|
||||
viewport:
|
||||
"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0",
|
||||
},
|
||||
},
|
||||
vite: {
|
||||
css: {
|
||||
preprocessorOptions: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue