Folami Boriola
Folami Boriola
Do I have to open another issue for this?
> > > Hi @folamy , > > > SSR support is still experimental for vite, so I haven't fully verified `balm-ui@next` in vue3 ssr. > > > I'm try...
> Hi @folamy , > > I will to write a demo/scaffold for vue3 ssr with BalmUI when I have time later. > > Thank you so much~ @elf-mouse, as...
Thank you @elf-mouse, I can see the changes already. Now, how do I change the color theme? Remember, I am not using balm Cli, but vite!
> Please see BalmUI [theme APIs document](https://next-material.balmjs.com/#/theme/color). > > simple example: > > ```html > > SayHi > Change Theme > > ``` > > ```js > export default {...
Hi @elf-mouse. Unfortunately, I am stil getting error `app.use(BalmUI, { $theme: { primary: '#2e8b57' } }) ` I am getting these errors: [Vue warn]: resolveDirective can only be used in...
Hey! @elf-mouse, thanks once again! I am sorry this may be coming late, but there are still some clarification I would like to make. 1. How do use SASS Variables...
@lokize, @ Before any major fix to this issue, I have got a clean hack for you. ```vue import { ref } from 'vue import { Editor } from '@tinymce/tinymce-vue'...
> No @folamy it does not. I have converted this project to be compatible with Vue 3 composition for a personal project. Let me know if you'd like me to...
Well, I would love to see that. Can you share with me the link to the SSR branch? I can't find that on your repos