Add blocks tab with test data to user settings page

This commit is contained in:
taehoon 2019-02-13 07:15:08 -05:00
parent 4a737cbe45
commit a56d2dfeb1
3 changed files with 17 additions and 2 deletions

View file

@ -162,6 +162,10 @@
<h2>{{$t('settings.follow_export_processing')}}</h2>
</div>
</div>
<div :label="$t('settings.blocks_tab')">
<block-list />
</div>
</tab-switcher>
</div>
</div>