Skip to content

Commit c624244

Browse files
Fix Nuxt loading
1 parent b7c1b51 commit c624244

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
11
import Vue from 'vue';
22
import VueSocialSharing from 'vue-social-sharing';
33

4-
// Initialize VueSocialSharing and set custom sharing networks if needed
5-
Vue.use(VueSocialSharing, {
6-
networks: {
7-
fakeblock: {
8-
sharer: 'https://fakeblock.com/share?url=@url&title=@title',
9-
type: 'popup'
10-
}
11-
}
12-
});
13-
14-
export default ({ app }) => {
15-
// ...
16-
};
4+
// Initialize VueSocialSharing and set custom sharing networks if specified
5+
Vue.use(VueSocialSharing, [<%= serialize(options) %>][0]);

0 commit comments

Comments
 (0)