1.4.0 • Published 3 months ago

@uwu/monaco-vue v1.4.0

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
3 months ago

Vue simple-monaco

Please read the main readme here.

<script setup lang="ts">
import { ref } from "vue";
import Monaco from "@uwu/monaco-vue";

let value = ref("");
</script>

<template>
	<!--value and lang are required-->
	<Monaco
		v-model="value"
		lang="javascript"
		theme="Monokai"
		:readonly="false"
		height="30rem"
		width="20rem"
		:otherCfg="{}"
	/>
</template>
1.4.0

3 months ago

1.3.0

4 months ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.0

2 years ago