标签: vue.js vuejs2 graphql
我不明白为什么控制台中会发生此错误
$( "#content" ).load( url, function( response, status, xhr ) { if ( status == "error" ) { window.alert(xhr.status + " " + xhr.statusText); } });
我在做什么错了?
答案 0 :(得分:0)
您必须命名apollo属性(docs,例如{{1}})
{{1}}
甚至更简单(当您不需要任何配置时)