Skip to content
#

nuxt-module

Here are 138 public repositories matching this topic...

AlanLeonard
AlanLeonard commented Jan 9, 2020

What problem does this feature solve?

Currently, if I want to use the @nuxtjs/router I'm left with a blank sitemap which doesn't take into account the custom routes I added manually in my router.js file as per @nuxtjs/router documentation. This would eliminate redundancy of definition of routes

What does the proposed changes look like?

Instead of using the result of createRoutes from

vuetify-module
MrJmpl3
MrJmpl3 commented Dec 14, 2019

Is your feature request related to a problem? Please describe.
Some variables don't override if you import before like $grid-breakpoints and $display-breakpoints

I think is because the instance of $display-breakpoints and $grid-breakpoints was created before the override variables ..

For this reason, when you override $grid-breakpoints, the variables $display-breakpoints still was the v

AndrewBogdanovTSS
AndrewBogdanovTSS commented Dec 10, 2019

Right now when I click on the icon name and copy it to clipboard - I get default namespace also copied so the result is: icons/icon-name, which is a bit redundant since icon-name will work just fine cos it is located in the root folder anyway so it would be great if namespace was added only for internal folders

gbezyuk
gbezyuk commented Aug 21, 2019

Hi there. There is an important thing I'd like to be underscored in the readme. When using nuxt-client-init-module together with @nuxtjs/axios, it's important to use this order of modules:

{
//...
modules: [
    'nuxt-client-init-module', // should come first
    '@nuxtjs/axios',
  ],
}

and not this one:

{
//...
modules: [
    '@nuxtjs/axios', // DON'T DO IT! if 

Improve this page

Add a description, image, and links to the nuxt-module topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the nuxt-module topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.