editor icon indicating copy to clipboard operation
editor copied to clipboard

Setup Instructions Lead to error

Open PeerCohere opened this issue 11 months ago • 0 comments

Hey guys, I love the editor but when following the guide:

Following this: https://docs.blokk.li/#install-package

Fresh nuxt project and only created the files and copy and pasted everything:

The page loads but its completely blank. In console:

[Vue warn]: Missing required prop: "canEdit" 
  at <BlokkliProvider entity-type="content" entity-bundle="blog_post" entity-uuid="1" > 
  at <App> 
  at <NuxtRoot> 
  at <anonymous> (C:\Users\johnb\Downloads\test\nuxt-app\node_modules\nuxt\dist\core\runtime\nitro\plugins\dev-server-logs.js)
  at Object.log (C:\Users\johnb\Downloads\test\nuxt-app\node_modules\nuxt\dist\core\runtime\nitro\plugins\dev-server-logs.js)
  at warn$1 (C:\Users\johnb\Downloads\test\nuxt-app\node_modules\@vue\runtime-core\dist\runtime-core.cjs.js)
  at validateProp (C:\Users\johnb\Downloads\test\nuxt-app\node_modules\@vue\runtime-core\dist\runtime-core.cjs.js)
  at validateProps (C:\Users\johnb\Downloads\test\nuxt-app\node_modules\@vue\runtime-core\dist\runtime-core.cjs.js)

PeerCohere avatar Mar 09 '25 07:03 PeerCohere