File tree Expand file tree Collapse file tree 7 files changed +1
-24
lines changed Expand file tree Collapse file tree 7 files changed +1
-24
lines changed Original file line number Diff line number Diff line change @@ -82,8 +82,6 @@ export default {
8282 this .currentPeriod = response .defaults .period ? response .defaults .period : response .periods [0 ]
8383 })
8484 },
85- destroyed () {
86- },
8785 methods: {
8886 chartIsLoading () {
8987 this .chartLoading = true
Original file line number Diff line number Diff line change @@ -54,10 +54,6 @@ export default {
5454 this .summary = response .summary
5555 })
5656 },
57- destroyed () {
58- },
59- methods: {
60- },
6157}
6258 </script >
6359
Original file line number Diff line number Diff line change @@ -148,9 +148,6 @@ export default {
148148 return this .theme == ' light' ? ' #282c34' : ' #0f0f0f'
149149 },
150150 },
151- mounted () {
152- console .log (this .theme )
153- },
154151 watch: {
155152 currentPeriod: {
156153 immediate: true ,
Original file line number Diff line number Diff line change @@ -23,8 +23,6 @@ export default {
2323 visitors: Number ,
2424 }
2525 },
26- props: {
27- },
2826 computed: {
2927 isEmpty () {
3028 return this .status == ' empty'
@@ -37,8 +35,6 @@ export default {
3735 created () {
3836 this .syncContent ()
3937 },
40- destroyed () {
41- },
4238 methods: {
4339 syncContent () {
4440 this .loading = true
Original file line number Diff line number Diff line change @@ -44,8 +44,6 @@ export default {
4444 }
4545 }
4646 },
47- props: {
48- },
4947 computed: {
5048 isEmpty () {
5149 return this .status == ' empty'
@@ -54,8 +52,6 @@ export default {
5452 created () {
5553 this .syncContent ()
5654 },
57- destroyed () {
58- },
5955 methods: {
6056 syncContent () {
6157 this .loading = true
Original file line number Diff line number Diff line change @@ -81,12 +81,6 @@ export default {
8181 return this .widget == ' socials'
8282 },
8383 },
84- created () {
85- },
86- destroyed () {
87- },
88- watch: {
89- },
9084 methods: {
9185 visitsPercent (result ) {
9286 let percent = result .nb_visits / this .totalVisits * 100
You can’t perform that action at this time.
0 commit comments