结果Vue graphql上缺少查询属性

时间:2018-09-09 13:12:20

标签: vue.js vuejs2 graphql

我不明白为什么控制台中会发生此错误

$( "#content" ).load( url, function( response, status, xhr ) {
    if ( status == "error" ) {
        window.alert(xhr.status + " " + xhr.statusText);
    }
});

我在做什么错了?

1 个答案:

答案 0 :(得分:0)

您必须命名apollo属性(docs,例如{{1}})

{{1}}

甚至更简单(当您不需要任何配置时)

{{1}}