You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,I tried to import this proj on examples/create-tree/,but I found it didn't work in some cases in my Vue proj.
First,pencil and add icon didn't appear,so i found it miss some params: 'cardEditForm' and 'addRelative'.But I don't know what the parameters consists of.How should I write two arguments?
I finnaly find out what 'cardEditForm' and 'addRelative' I should pass.But it happened when elements were clicked:"Cannot read properties of null (reading 'jquery')" at below code:
// at indexM.Modal.init(modal,{});// at Function.getInstance (materialize-css.js){key: "getInstance",value: functiongetInstance(el){vardomElem=!!el.jquery ? el[0] : el;returndomElem.M_Modal;}}
Why does 'el' has 'jquery' property?
I appreciate your time!(:
Hello,I tried to import this proj on examples/create-tree/,but I found it didn't work in some cases in my Vue proj.
First,pencil and add icon didn't appear,so i found it miss some params: 'cardEditForm' and 'addRelative'.But I don't know what the parameters consists of.How should I write two arguments?
Thank you ! :)
The text was updated successfully, but these errors were encountered: