Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

自定义组件问题 #57

Open
lizejun999 opened this issue Sep 8, 2020 · 2 comments
Open

自定义组件问题 #57

lizejun999 opened this issue Sep 8, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@lizejun999
Copy link

$type = 'mavon-editor';
$editor = new CustomComponent($type);
$editor->setField('markdown')->setTitle('文章内容')->setValue('# 标题');

报错 setField方法不存在, 这块不是很明白

@xaboy
Copy link
Owner

xaboy commented Sep 8, 2020

文档写错了,应该是field('markdown')

@xaboy xaboy added the bug Something isn't working label Sep 8, 2020
@lizejun999
Copy link
Author

lizejun999 commented Sep 8, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants