diff --git a/saofile.js b/saofile.js index 365767047..a4d68aa74 100644 --- a/saofile.js +++ b/saofile.js @@ -39,7 +39,7 @@ module.exports = { name: 'ui', message: 'Choose UI framework', type: 'list', - pageSize: 10, + pageSize: 15, choices: [ { name: 'None', value: 'none' }, { name: 'Ant Design Vue', value: 'ant-design-vue' }, diff --git a/template/nuxt/nuxt.config.js b/template/nuxt/nuxt.config.js index 5b50a5f65..1e727ac51 100644 --- a/template/nuxt/nuxt.config.js +++ b/template/nuxt/nuxt.config.js @@ -35,14 +35,14 @@ module.exports = { { hid: 'description', name: 'description', content: process.env.npm_package_description || '' } ], link: [ - { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' } - <%_ if (ui === 'framevuerk') { _%>, + <%_ if (ui === 'framevuerk') { _%> { rel: 'stylesheet', href: 'https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Material+Icons' - } + }, <%_ } _%> + { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' } ] }, /* @@ -165,7 +165,7 @@ module.exports = { /* ** You can extend webpack config here */ - extend(config, ctx) { + extend (config, ctx) { } } }