diff options
| author | Pitu <[email protected]> | 2019-03-02 22:16:35 +0900 |
|---|---|---|
| committer | Pitu <[email protected]> | 2019-03-02 22:16:35 +0900 |
| commit | 789f5fc259b90dd6a3b21fd2aef1a9e54a19506e (patch) | |
| tree | 7911803b2631ce9b009368c0984f42b442abf46e /src/site/layouts | |
| parent | Fix uploader not showing up when logged in (diff) | |
| download | host.fuwn.me-789f5fc259b90dd6a3b21fd2aef1a9e54a19506e.tar.xz host.fuwn.me-789f5fc259b90dd6a3b21fd2aef1a9e54a19506e.zip | |
Removed google analytics
Diffstat (limited to 'src/site/layouts')
| -rw-r--r-- | src/site/layouts/error.vue | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/site/layouts/error.vue b/src/site/layouts/error.vue index 597653b..77d188f 100644 --- a/src/site/layouts/error.vue +++ b/src/site/layouts/error.vue @@ -23,13 +23,6 @@ import Navbar from '~/components/navbar/Navbar.vue'; export default { - components: { Navbar }, - mounted() { - this.$ga.page({ - page: '/404', - title: 'Not Found', - location: window.location.href - }); - } + components: { Navbar } }; </script> |