Fabian Scherer

Results 34 issues of Fabian Scherer

Possibility to position a small logo at the bottom right corner of every page except the home page. It is just a draft, if you plan to accept that change...

I would like to activate the plugin only for certain pages. Best would be to enable or disable it inside the `export default {}` of the pages, or by having...

### Versions - nuxt: v2.15.18 - node: v16.14.0 ### Reproduction ```html ``` the vue-component is a normal vue components with a `async fetch() {await some seconds}` method, that sets some...

bug-report

### Versions - nuxt: v2.15.18 - node: v16.14.0 ### Reproduction component that show `foo` in the template with ```js data() { return { foo: "foo_data", }; }, props: { blok:...

bug-report

### Version 2.6.14 ### Reproduction link [codesandbox.io](https://codesandbox.io/s/zealous-yonath-h71cyk?file=/src/App.vue) ### Steps to reproduce - nuxt: v2.15.18 - node: v16.14.0 ```html {{ "" }}Test ``` Important for me was it in this usecase...

Hey there, If a content writer enters content in a component, I would like to give automatically feedback for that, checking some commonly made mistakes. Example usecase: "the color of...

question

Hello, in the documentation (https://sitemap.nuxtjs.org/usage/sitemap) is written > For dynamic routes (eg. /pages/_id.vue), you have to declare them with the [routes](https://sitemap.nuxtjs.org/usage/sitemap-options#routes-optional---array--function) property. This option can be an array or a...

Hey, the feature `"generateStaticRoutes": true` does work pretty well but unfortunately especially for the landingpage, so the main index.vue it does not work, so this page is always re-rendered on...

in boards/models.py you miss the on_delete parameter for the ForeignKeys.