diff options
| author | Hakaba Hitoyo <hakabahitoyo@example.com> | 2018-09-03 15:23:09 +0900 |
|---|---|---|
| committer | Hakaba Hitoyo <hakabahitoyo@example.com> | 2018-09-03 15:23:09 +0900 |
| commit | 049e2397b156534add9472d3c16cf92ca5a88326 (patch) | |
| tree | 0e61cd79ff276d792a2b22317cf66d292b7adad8 /src/components/features_panel/features_panel.vue | |
| parent | 07ef43c7b5efb875eccdbdb328a2fd9b50c99c53 (diff) | |
update
Diffstat (limited to 'src/components/features_panel/features_panel.vue')
| -rw-r--r-- | src/components/features_panel/features_panel.vue | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/components/features_panel/features_panel.vue b/src/components/features_panel/features_panel.vue index bcb700ed..92fdb1ff 100644 --- a/src/components/features_panel/features_panel.vue +++ b/src/components/features_panel/features_panel.vue @@ -8,12 +8,11 @@ </div> <div class="panel-body features"> <ul> - <li>Media proxy</li> - <li>Local chat</li> - <li>Who to follow</li> - <li>Scope options</li> - <li>Formatting options</li> - <li>Text limit=</li> + <li v-if="mediaProxy">Media proxy</li> + <li v-if="whoToFollow">Who to follow</li> + <li v-if="scopeOptions">Scope options</li> + <li v-if="formattingOptions">Formatting options</li> + <li>Text limit={{textlimit}}</li> </ul> </div> </div> |
