M Atif Mehmood
M Atif Mehmood
you can watch for changes and style it like below ``` watch( () => store.darkMode, () => { if (store.darkMode) { document.getElementById("nBar").style.background = "linear-gradient(to right,rgb(29, 216, 69),rgb(30, 175, 78),rgb(17, 24,...
> @atif0075, have you found a solution on using this project in Vue 3? I had to use it in a project(the deadline was near), so I implemented simple tiptap...
> @atif0075 nice work! Can you provide the repo for your working tiptap implementation please? Sorry, but the work you are referring to is in a private repository and for...
> @atif0075 nice work! Can you provide the repo for your working tiptap implementation please? But, I will attempt to extract the code related to the Editor and provide assistance...
> @atif0075 nice work! Can you provide the repo for your working tiptap implementation please? https://github.com/atif0075/tiptap-vue-tailwindcss-wysiwyg
> Awesome!! Thank you so much for sharing and so quickly!! You're welcome!