diff options
| author | Hakaba Hitoyo <hakabahitoyo@example.com> | 2018-09-03 14:43:10 +0900 |
|---|---|---|
| committer | Hakaba Hitoyo <hakabahitoyo@example.com> | 2018-09-03 14:43:10 +0900 |
| commit | 52fe01e4d8c6b9c783f8606ac1ece6a66371508a (patch) | |
| tree | 08f05e0b16dee378141f13ce4dec7e699daccf8a /src/App.vue | |
| parent | 20b0ffc0b9978799ed34fc3b8c85aa8fe56f2eeb (diff) | |
mock features panel
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 fc446c57..8480d1b6 100644 --- a/src/App.vue +++ b/src/App.vue @@ -27,6 +27,7 @@ <div class="sidebar"> <user-panel></user-panel> <nav-panel></nav-panel> + <features-panel></features-panel> <instance-specific-panel v-if="showInstanceSpecificPanel"></instance-specific-panel> <who-to-follow-panel v-if="currentUser && suggestionsEnabled"></who-to-follow-panel> <notifications v-if="currentUser"></notifications> |
