fulsun
Results
1
comments of
fulsun
遇到同样的问题,发放onMounted后正常了 ```js onMounted(() => { new Cherry({ id: 'markdown-container', value: '# welcome to cherry editor!', }); }); ```