delete all element-plus related.

This commit is contained in:
2023-01-18 21:06:50 +08:00
parent 947111247e
commit 5763f6dea2
20 changed files with 405 additions and 631 deletions

View File

@@ -18,14 +18,14 @@ function change(value: string) {
</script>
<template>
<el-row>
<el-col :span="12">
<n-grid :cols="2">
<n-gi>
<Md />
</el-col>
<el-col :span="12">
</n-gi>
<n-gi>
<Monaco :value="code" @change="change" />
</el-col>
</el-row>
</n-gi>
</n-grid>
</template>
<style scoped></style>