Skip to content

Commit 8ba8f5a

Browse files
committed
trash
1 parent 0889ae7 commit 8ba8f5a

3 files changed

Lines changed: 1 addition & 42 deletions

File tree

src/App.vue

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -3,47 +3,7 @@
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-
126
export 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

src/components/socialmediaLinks.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<script>
1212
export default {
13-
name: 'socialmediaLinks',
13+
name: 'socialmediaLinks'
1414
}
1515
</script>
1616

src/views/Inside/Interface.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)