mirror of https://github.com/pixelfed/pixelfed.git
Update Direct.vue component
This commit is contained in:
parent
297b7f3859
commit
0c95f679b3
|
@ -112,14 +112,17 @@
|
||||||
import Sidebar from './partials/sidebar.vue';
|
import Sidebar from './partials/sidebar.vue';
|
||||||
import Placeholder from './partials/placeholders/DirectMessagePlaceholder.vue';
|
import Placeholder from './partials/placeholders/DirectMessagePlaceholder.vue';
|
||||||
import Intersect from 'vue-intersect'
|
import Intersect from 'vue-intersect'
|
||||||
|
import Autocomplete from '@trevoreyre/autocomplete-vue'
|
||||||
|
import '@trevoreyre/autocomplete-vue/dist/style.css';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
"drawer": Drawer,
|
"drawer": Drawer,
|
||||||
"sidebar": Sidebar,
|
"sidebar": Sidebar,
|
||||||
"intersect": Intersect,
|
"intersect": Intersect,
|
||||||
"dm-placeholder": Placeholder
|
"dm-placeholder": Placeholder,
|
||||||
},
|
"autocomplete": Autocomplete
|
||||||
|
},
|
||||||
|
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
|
Loading…
Reference in New Issue