-
Notifications
You must be signed in to change notification settings - Fork 209
Open
Labels
enhancementNew feature or requestNew feature or request
Description
For example
<template>
<Monaco :value="value" />
</template>
<script setup>
import Monaco from '@vue/repl/monaco-editor'
const value = `<template>xxx</template>`
</script>
Or hide the preview
<template>
<Repl :editor="Monaco" :show-preview="false" />
</template>
<script setup>
import { Repl } from '@vue/repl'
import Monaco from '@vue/repl/monaco-editor'
</script>
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request