Poll reply fixes and other misc improvements
This commit is contained in:
parent
a1e9e3894e
commit
78fdb94362
15 changed files with 42 additions and 39 deletions
|
|
@ -5,6 +5,7 @@ import icPassword from '@/assets/icons/password.vue';
|
|||
import icEdit from '@/assets/icons/edit.vue';
|
||||
import icGlobe from '@/assets/icons/globe.vue';
|
||||
import icAddReaction from '@/assets/icons/addReaction.vue';
|
||||
import icPoll from '@/assets/icons/poll.vue';
|
||||
|
||||
Vue.use(Vuetify);
|
||||
|
||||
|
|
@ -27,6 +28,9 @@ export default new Vuetify({
|
|||
addReaction: {
|
||||
component: icAddReaction
|
||||
},
|
||||
poll: {
|
||||
component: icPoll
|
||||
},
|
||||
},
|
||||
user: icUser
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue