Skip to content

Commit

Permalink
increase ui page size
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkdo committed Jul 27, 2019
1 parent bd1e183 commit 0d66e17
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion saofile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
Expand Down
8 changes: 4 additions & 4 deletions template/nuxt/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' }
]
},
/*
Expand Down Expand Up @@ -165,7 +165,7 @@ module.exports = {
/*
** You can extend webpack config here
*/
extend(config, ctx) {
extend (config, ctx) {
}
}
}

0 comments on commit 0d66e17

Please sign in to comment.