[Vue warn]: Templates should only be responsible for mapping the stateto the UI. Avoid placing tags with side-effects in your templates, such as <style>, as they will not be parsed.
ErrorException in TopicRepository.php line 19:
Argument 1 passed to App\Repositories\TopicRepository::getTopics() must be an instance of GuzzleHttp\Psr7\Request, instance of Illuminate\Http\Request given, called in D:\xampp\htdocs\zhihu-app\app\Http\Controllers\TopicController.php on line 21 and defined
使用Guzzle包报这样的错误,之前还可以的,迁了服务器就不行了