diff --git a/plugin.js b/plugin.js index e0280d5..c409ea2 100644 --- a/plugin.js +++ b/plugin.js @@ -40,7 +40,8 @@ module.exports = plugin( }, fontFamily: { sans: ['Montserrat', 'ui-sans-serif'], - title: ['Rubik', 'ui-sans-serif'] + title: ['Rubik', 'ui-sans-serif'], + consola: ['Consolas', 'ui-monospace'] }, extend: { diff --git a/src/components/general/k-button/k-button.props.ts b/src/components/general/k-button/k-button.props.ts index 0bb6be8..bf6e3bf 100644 --- a/src/components/general/k-button/k-button.props.ts +++ b/src/components/general/k-button/k-button.props.ts @@ -83,7 +83,7 @@ const Props = { description: 'Tipo de icono' }, to: { - type: Object as PropType, + type: [Object, String] as PropType, default: '', description: 'Ruta de redirección' }