feat(add docs):

This commit is contained in:
boommanpro
2024-08-05 23:25:50 +08:00
parent 2c8b3fa39d
commit 9ef6111ff6
97 changed files with 53546 additions and 1 deletions

View File

@@ -15,7 +15,9 @@ const code = ref("{}");
</a>
</div>
<HelloWorld msg="Vite + Vue" />
<button @click="code='123'">set code =123</button>
<monaco-vite :width="500" :height="500" v-model:="code" language="json"></monaco-vite>
binding code: {{code}}
</template>
<style scoped>