- published version 1.0.1, 3 years ago
- published version 1.0.2, 3 years ago
1. 支持基座是Vue的情形下运行 1. 支持样式穿透 1. 支持自动导入 ## 特性 1. 插件使用了esm CDN库 esm.sh 需要联网环境 2. 插件定义了全局变量custom_component_data ## 使用方式 ``` js import { RootFolder, CompileFile, ProjectFolder, AutoImportSystem, } from '@lyudongzhou/vue-code-editor'; const tex
published version 0.0.1, 2 years agoThis template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
published version 1.1.26, 6 months ago- published version 1.3.16, a year ago
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
published version 1.0.9, a year ago```typescript // 双向绑定数据,数据保持以下格式 //待定 { "nodeList": Node[], // 节点列表 "linkList": Link[], // 连接线列表 "attr": [key: string]: any, // 其他冗余数据 "status": enum, // 全流程状态 "id": string; // 工作流id "name": string; // 工作流名称 }
published version 1.0.11, 2 years ago- published version 1.3.16, a year ago
```vue <template> <el-table ref="tableRef" :data="tableData" style="width: 100%" border> <el-table-column prop="date" label="Date" width="180" /> <el-table-column prop="name" label="Name" width="180" /> <el-table-column prop="address" label=
published version 1.5.0, 7 months ago- published version 1.0.0, 7 months ago
- published version 0.0.3, 7 months ago
- published version 1.0.12, 5 months ago