diff options
| author | Henry Jameson <me@hjkos.com> | 2020-05-25 16:16:30 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2020-05-25 16:16:30 +0300 |
| commit | 0286e1024c9e9f9f1794a870bd7a0680aa29cee2 (patch) | |
| tree | f01476bba19b575b12788d7e05c5e5151431d7a0 /src/App.vue | |
| parent | 7951192cd98263a2e5c9e1010f1299c651f82cef (diff) | |
fix cursor on desktop, add modal link on mobile
Diffstat (limited to 'src/App.vue')
| -rw-r--r-- | src/App.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/App.vue b/src/App.vue index 40278cb4..7b9ad3dc 100644 --- a/src/App.vue +++ b/src/App.vue @@ -47,6 +47,7 @@ @click.stop.native /> <a + href="#" class="mobile-hidden" @click.stop="openSettingsModal" > |
