0.2.5 • Published 11 months ago

@liting-yes/vue-monaco-editor v0.2.5

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

Vue Monaco Editor

monaco-editor with vue3

Install

pnpm add @liting-yes/vue-monaco-editor

Usage

import '@liting-yes/vue-monaco-editor/style.css'

MonacoEditor

import MonacoEditor from '@liting-yes/vue-monaco-editor'

or

import { MonacoEditor } from '@liting-yes/vue-monaco-editor'

Props

interface Props {
  language?: string;
  readOnly?: boolean;
  value?: string;
  options?: monaco.editor.IStandaloneEditorConstructionOptions;
}

MonacoDiffEditor

import { MonacoDiffEditor } from '@liting-yes/vue-monaco-editor'

Props

interface Props {
  language?: string;
  theme?: string;
  values?: string[]; // [original text, modified text]
  readOnly?: boolean;
  options?: monaco.editor.IStandaloneDiffEditorConstructionOptions;
}

LICENSE

MIT

0.2.5

11 months ago

0.2.4

11 months ago

0.2.3

11 months ago

0.2.2

11 months ago

0.2.1

11 months ago

0.2.0

11 months ago

0.1.0

11 months ago