1

我收到此错误Uncaught TypeError: _feathersClient2.default.primus is not a function

我的代码如下,我使用 ES6 和 babel 作为编译器。

import feathers from 'feathers-client';


const app = feathers().configure(feathers.primus({
  transformer: 'sockjs',
  pathname: '/primus',
}));

const locationService = app.service('location');
4

1 回答 1

1

这似乎是羽毛客户端中的错误。我已经创建了一个问题,所以请随时关注那里。

于 2015-11-29T22:30:49.690 回答