Fix errors
This commit is contained in:
@ -11,7 +11,6 @@ import ShareModal from '@/components/popups/ShareButtonModal.vue'
|
||||
|
||||
import type { Video } from '@/types'
|
||||
import { truncate, abbreviate, getEndpoint } from '@/mixins'
|
||||
import { chatVisible } from '@/settingsManager'
|
||||
|
||||
export default {
|
||||
inject: ['rootBackendUrl'],
|
||||
@ -75,7 +74,6 @@ export default {
|
||||
methods: {
|
||||
truncate,
|
||||
abbreviate,
|
||||
chatVisible,
|
||||
toggleShareModal() {
|
||||
this.shareModalVisible = !this.shareModalVisible
|
||||
}
|
||||
|
Reference in New Issue
Block a user