Total Complexity | 2 |
Complexity/F | 1 |
Lines of Code | 16 |
Function Count | 2 |
Duplicated Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | const mixin = { |
||
2 | data: () => ({ |
||
3 | token: { |
||
4 | csrf: null |
||
5 | } |
||
6 | }), |
||
7 | computed: { |
||
8 | }, |
||
9 | created() { |
||
10 | }, |
||
11 | methods: { |
||
12 | |||
13 | } |
||
14 | }; |
||
15 | |||
16 | export default mixin; |