implement @nextcloud/vue-richtext
Signed-off-by: dartcafe <github@dartcafe.de>
This commit is contained in:
Родитель
277d394825
Коммит
1becc2464b
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -35,7 +35,6 @@
|
|||
"stylelint:fix": "stylelint src --fix"
|
||||
},
|
||||
"dependencies": {
|
||||
"@juliushaertl/vue-richtext": "^1.0.1",
|
||||
"@nextcloud/auth": "^2.0.0",
|
||||
"@nextcloud/axios": "^2.0.0",
|
||||
"@nextcloud/dialogs": "^3.2.0",
|
||||
|
@ -44,6 +43,7 @@
|
|||
"@nextcloud/moment": "^1.2.1",
|
||||
"@nextcloud/router": "^2.0.0",
|
||||
"@nextcloud/vue": "^5.4.0",
|
||||
"@nextcloud/vue-richtext": "^2.0.0",
|
||||
"core-js": "^3.25.0",
|
||||
"dompurify": "^2.4.0",
|
||||
"file-saver": "^2.0.5",
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
<script>
|
||||
import moment from '@nextcloud/moment'
|
||||
import RichText from '@juliushaertl/vue-richtext'
|
||||
import { RichText } from '@nextcloud/vue-richtext'
|
||||
import { UserBubble } from '@nextcloud/vue'
|
||||
import SimpleLink from '../../helpers/SimpleLink.js'
|
||||
import GuestBubble from '../../helpers/GuestBubble.js'
|
||||
|
|
|
@ -97,7 +97,7 @@ import { showError } from '@nextcloud/dialogs'
|
|||
import { generateUrl } from '@nextcloud/router'
|
||||
import { Button as VueButton, Modal, CheckboxRadioSwitch } from '@nextcloud/vue'
|
||||
import { mapState } from 'vuex'
|
||||
import RichText from '@juliushaertl/vue-richtext'
|
||||
import { RichText } from '@nextcloud/vue-richtext'
|
||||
import InputDiv from '../Base/InputDiv.vue'
|
||||
import SimpleLink from '../../helpers/SimpleLink.js'
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче