File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33</template >
44
55<script type="text/javascript">
6- // const userid = 'sdsdsdsdsd'
7- //
8-
9- // import gql_startNewStory from '@/graphql/Mutation/WebhookByUser.gql'
10- // import WebhookByUser from '@/graphql/Query/WebhookByUser.gql'
11-
126export default {
13- // mounted () {
14- // this.$apollo.mutate({
15- // // Query
16- // mutation: WebhookByUser,
17- // // Parameters
18- // variables: {
19- // hash: 'cHGMPUuXed18ztHs4CRY0T7nVvR7pG0Uj4V6mkLKscpMb90XU7NTfL6bCbhVs4JH'
20- // },
21- // // Update the cache with the result
22- // // The query will be updated with the optimistic response
23- // // and then with the real result of the mutation
24- // update: (store, { data }) => {
25- // Data object = token from story -> Local localStorage
26- // }
27- // })
28- // },
29- // methods: {
30- // WebhookByUser(userid) {
31- // this.$apollo.mutate({
32- // // Query
33- // mutation: WebhookByUser,
34- // // Parameters
35- // variables: {
36- // token: userid
37- // },
38- // // update: (store, { data: { nextStep } }) => {
39- // // if (nextStep.video) {
40- // // this.$router.push("/Video");
41- // // }
42- // // }
43- // })
44- // }
45- // }
46-
477}
488 </script >
499
Original file line number Diff line number Diff line change 1010
1111<script >
1212export default {
13- name: ' socialmediaLinks' ,
13+ name: ' socialmediaLinks'
1414}
1515 </script >
1616
Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ export default {
4646 try {
4747 var successful = document .execCommand (' copy' )
4848 var msg = successful ? ' successful' : ' unsuccessful'
49- console .log (' Copying text command was ' + msg)
5049 if (msg === ' successful' ) {
5150 console .log (' copied' )
5251 let t = this .$refs .Ctext .innerHTML
You can’t perform that action at this time.
0 commit comments