Juho Rutila
Juho Rutila
The loading prop for inner-image-zoom is passed forward to the img tag
This new option lets the developer to define a runtime logic that defines if gtag is enabled or disabled. I use this to test my production site without getting google...
One can add extra string for the image that will be appended to the class-tag. This is useful for example if one would need to add like img-responsive class to...
``` python {% settings "post_limit" as post_limit %} ``` This hasn't worked. Now it should.
One can use DJANGO_SETTINGS_CACHE_KEYMAKER to override the KeyMaker class. The KeyMaker class supports both Python 2 and Python 3
### Environment Nuxt project info: ------------------------------ - Operating System: Linux - Node Version: v18.18.0 - Nuxt Version: 3.11.1 - CLI Version: 3.11.0 - Nitro Version: 2.9.4 - Package Manager: [email protected]...
I am coding with Nuxt and would like to component test following component: ``` import { ref } from 'vue' const hello = ref('hello') function clicked() { //@ts-ignore For example...
### Description In the latest versions `useAsyncStoryblok` returns only the story. You cannot control the `useAsyncData` that is inside the `useAsyncStoryblok` at all. For example, you would like to instruct...
Allows adding `asyncDataOptions` into the `useAsyncStoryblok` call. In this case returns an `AsyncData` object instead of raw story value. Print deprecation warning as this will be a breaking change. Implements...
**Reproduce:** Define an alias in following way in `vuetify.config.mts`: ``` import { md3 } from 'vuetify/blueprints' import { defineVuetifyConfiguration } from '../custom-configuration' import { VBadge } from 'vuetify/components' export default...