Loshchenin Nikita

Results 7 issues of Loshchenin Nikita

### Discussed in https://github.com/nuxt/nuxt/discussions/25825 Originally posted by **lna1989** February 16, 2024 '1.testPlugin.ts' plugin in the layer connected via an auto import and '1.testPlugin.ts' in App. layers connected to app in...

enhancement
3.x
🍰 p2-nice-to-have
layers

### Discussed in https://github.com/Diizzayy/nuxt-graphql-client/discussions/472 Originally posted by **lna1989** March 11, 2024 The "./layer/query/ship.gql" file is present in the Layer and in the project I want override ship.gql . How do...

If you make an alias on a VDatePicker, there will be a declaration error in the console. Example: https://stackblitz.com/edit/nuxt-starter-pqlhoy?file=vuetify.config.ts Steps for playback: 1.Follow the link from [example](https://stackblitz.com/edit/nuxt-starter-pqlhoy?file=vuetify.config.ts) 2. Open the...

### Environment ----------------------------- - Operating System: Linux - Node Version: v18.20.3 - Nuxt Version: 3.10.2 - CLI Version: 3.10.1 - Nitro Version: 2.8.1 - Package Manager: [email protected] - Builder: -...

v8
layers

Please tell me how to use this component in Nuxt3.js? I am trying to use the component locally according to the manual: ```html ``` ```javascript import TextClamp from 'vue3-text-clamp'; ```...

What is the problem? It is necessary to use not only for rendering content, but also any other block element, for example h1-h6. Example: ```html ``` What needs to be...

The project consists of three layers. First layer VBtn defaults: ```javascript VBtn: { class: ['first-layer'], }, ``` Second layer VBtn defaults: ```javascript VBtn: { class: ['second-layer'], }, ``` In project...