Mathias E.

Results 73 comments of Mathias E.

There is no option to install vuesax anymore in nuxt, and it was for old vuesax anyway, but i guess you can get inspiration from the old nuxt template :...

@yuyanghh i guess i could do that : ``` declare module "vuesax3" { export default function install(app: any, options?:any): any } ``` in the meantime i think you can do...

@yuyanghh i published an alpha version https://www.npmjs.com/package/vuesax3/v/4.3.0-alpha.0 with the changes to index.d.ts among other things, could you try it and tell me if your issue is fixed without the `{}`...

there is no way to do that currently with vuesax, you can use css for that for now i will look into adding a icon-size prop of some sort

i will look into that, i don't really know why it does that

@yuyanghh I don't have any issue running the VsCard component inside nuxt, ![Screenshot from 2024-01-18 13-35-04](https://github.com/lk77/vuesax/assets/9606882/0664fa6a-0185-472b-aed2-2e00fcb47794) how do you reproduce this issue ? thanks.

Well you can use a vs-button

You can use type="submit" on a vs-button : ``` ``` it will be binded to the underlying element

mm yes, i see where the issue is, i will fix it