Merge pull request #1109 from FahidLatheef/develop

feat: Add table component to LMS Lesson
This commit is contained in:
Jannat Patel
2024-11-27 15:46:37 +05:30
committed by GitHub
3 changed files with 10 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ import { watch } from 'vue'
import dayjs from '@/utils/dayjs'
import Embed from '@editorjs/embed'
import SimpleImage from '@editorjs/simple-image'
import Table from '@editorjs/table'
export function createToast(options) {
toast({
@@ -150,6 +151,7 @@ export function getEditorTools() {
quiz: Quiz,
upload: Upload,
image: SimpleImage,
table: Table,
paragraph: {
class: Paragraph,
inlineToolbar: true,