aboutsummaryrefslogtreecommitdiff
path: root/src/site/components/grid/Grid.vue
diff options
context:
space:
mode:
authorPitu <[email protected]>2019-10-12 21:14:19 +0900
committerPitu <[email protected]>2019-10-12 21:14:19 +0900
commitbca8fbcd839d2239e3f6f141f662fbbc74726835 (patch)
tree174fb569e7ae5fb3daf4cbfbfb0d957db976074b /src/site/components/grid/Grid.vue
parentAdded new links to the navbar (diff)
downloadhost.fuwn.me-bca8fbcd839d2239e3f6f141f662fbbc74726835.tar.xz
host.fuwn.me-bca8fbcd839d2239e3f6f141f662fbbc74726835.zip
refactor: removed useless code, cleaned up, fixed permissions
Diffstat (limited to 'src/site/components/grid/Grid.vue')
-rw-r--r--src/site/components/grid/Grid.vue5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/site/components/grid/Grid.vue b/src/site/components/grid/Grid.vue
index 5f98b9d..19acde9 100644
--- a/src/site/components/grid/Grid.vue
+++ b/src/site/components/grid/Grid.vue
@@ -172,11 +172,6 @@ export default {
searchTerm: null
};
},
- computed: {
- config() {
- return this.$store.state.config;
- }
- },
mounted() {
this.$search.items(this.files);
},