Vuejs component wait for facebook sdk to load
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I have a component that show a login button or username of the user from facebook. depends if he is logged in or not. Now in this component I use the created event so I'll check the login immidiatly. code in created in a brief: FB.getLoginStatus(function(response) { //more things..... the error is that it says that FB is not defined, and sure he is right, FB is not loaded yet. I load facebook like this <body> <script> window.fbAsyncInit = function() { FB.init({ appId : '1111111111', xfbml : true, version : 'v2.7' }); }; (function(d, s, id){