Use of Vuetify Components #3927
Unanswered
jrentschler
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I tried to Integrate GrapesJs into Vue/Vuetifyjs and use the nice Material Design Components in Grapesjs but it looks like it is not really renderd as a vuetify component. If I try to add something it always loos just like some plain text element or just an empty block.
I already tryed the example I found here https://github.com/daoos/vue-grapesjs and it is neither working there. And teher is looks tehre is done a lot wrapping arround the v-btn, I'm mot sure if this is really necceary.
Anyway I tried it with different componets and diffrent aproaches like also just add it as plain html like this:
blockManager.add('vcard',{ label: 'V-Card', content:
V-Card Test
})
but everytime the same Result, I read thrugh the Grapejs documentation but I coulnd't find a hint.
How will I get this working?
Beta Was this translation helpful? Give feedback.
All reactions