getkirby / editor

A new type of WYSIWYG editor for Kirby
https://getkirby.com
205 stars 28 forks source link

Vue warn: with Editor - KEditable invalid prop check #269

Open distantnative opened 4 years ago

distantnative commented 4 years ago

When developing:

[Vue warn]: Invalid prop: type check failed for prop "attrs". Expected Object, got Array 

found in

---> <KEditable>
       <Draggable>
         <KDraggable> at src/components/Misc/Draggable.vue
           <KEditor>
             <KField> at src/components/Forms/Field.vue
               <KEditorField>
                 <KErrorBoundary> at src/components/Misc/ErrorBoundary.vue
                   <KColumn> at src/components/Layout/Column.vue
                     <KGrid> at src/components/Layout/Grid.vue
                       <KFieldset> at src/components/Forms/Fieldset.vue
                         <KForm> at src/components/Forms/Form.vue
                           <KFieldsSection> at src/components/Sections/FieldsSection.vue
                             <KColumn> at src/components/Layout/Column.vue
                               <KGrid> at src/components/Layout/Grid.vue
                                 <KSections> at src/components/Sections/Sections.vue
                                   <KView> at src/components/Layout/View.vue
                                     <KPageView> at src/components/Views/PageView.vue
                                       <App> at src/App.vue
                                         <Root>