Replies: 1 comment
-
Check your blocks variable, it's completely make up. const blocks = [
{
id: 'text',
label: 'Text',
category: 'Basic',
media: svgText,
... your code const blocks = [
{
name: 'Basic',
list: [ // ?????
{
id: 'text',
label: 'Text',
category: 'Basic',
media: svgText,
// ... |
Beta Was this translation helpful? Give feedback.
0 replies
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 would like to work with GrapesJs but I copy this code : https://jsfiddle.net/artur_arseniev/xyofm1qr/
I try to start to adapt it for my project but I have an error.
My code I the attached file and Here the error :

index.txt (convert to .html)
Is it an grapesjs error or a Vue error ?
Thanks for helping me
Ascol14
Beta Was this translation helpful? Give feedback.
All reactions