1

我正在学习 VueJS 并尝试使用 WP API Rest + VueJS + VueFormulate 来创建表单。

我的想法是用户可以将 PDF 文件上传到 wordpress 网站。

我有这个 Wordpress REST API> http://wptest.local/wp-json/wp/v2/media然后我使用 Axios 将文件上传到 wordpress 但是当我单击上传按钮时,我在文件后收到此错误上传。

vue.runtime.esm.js: 1887 TypeError: Converting circular structure to JSON
     -> starting at object with constructor 'y'
     | property 'context' -> object with constructor 'Object'
     --- property 'model' closes the circle
     at JSON.stringify (<anonymous>)

这是我的代码:https ://codepen.io/dmezaromero/pen/jOVJzGQ

有什么建议吗?

4

0 回答 0