From 2e142633e24b9f59271293ef54a71cde8a13d909 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=93=D0=BE?= =?UTF-8?q?=D0=BB=D0=BE=D0=B2=D0=BA=D0=B8=D0=BD?= Date: Fri, 23 Feb 2024 11:17:15 +0600 Subject: [PATCH 1/2] edits --- playground/nuxt.config.ts | 12 +- src/runtime/components/Pages/TestVuetify.vue | 185 +----------------- src/runtime/components/Parts/ErgVacancies.vue | 6 +- src/runtime/components/Parts/Header/Erg.vue | 25 ++- src/runtime/components/Parts/Slider.vue | 4 +- 5 files changed, 43 insertions(+), 189 deletions(-) diff --git a/playground/nuxt.config.ts b/playground/nuxt.config.ts index f4a5b0b..f0530b6 100644 --- a/playground/nuxt.config.ts +++ b/playground/nuxt.config.ts @@ -2,7 +2,17 @@ export default defineNuxtConfig({ modules: ['../src/module', '@pinia/nuxt'], nuxt3UIKit: { theme: 'dark', - components: ['pagesTestVuetify', 'partsFooterDefault', 'partsCard', 'partsForms', 'partsErgVacancies', 'partsHeaderDefault', 'partsHeaderErg'] + components: [ + 'pagesTestVuetify', + 'partsFooterDefault', + 'partsCard', + 'partsForms', + 'partsErgVacancies', + 'partsHeaderDefault', + 'partsHeaderErg', + 'partsSlider', + 'partsNews' + ] }, devtools: { enabled: true }, build: { diff --git a/src/runtime/components/Pages/TestVuetify.vue b/src/runtime/components/Pages/TestVuetify.vue index 45cc77b..6155a15 100644 --- a/src/runtime/components/Pages/TestVuetify.vue +++ b/src/runtime/components/Pages/TestVuetify.vue @@ -5,21 +5,7 @@ />
- - - - + @@ -100,160 +87,10 @@ text: '2023 Untitled UI. All rights reserverd' }" /> - - -