Skip to content

Commit

Permalink
Merge pull request #256 from GuoXiCheng/dev-c
Browse files Browse the repository at this point in the history
update
  • Loading branch information
GuoXiCheng authored Sep 26, 2024
2 parents 93341e3 + 22704fe commit 7bf8bc3
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 149 deletions.
4 changes: 2 additions & 2 deletions docs/inspect/inspect-node-container/NodeCode.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<el-button size="small" @click="handleClickCopy" class="absolute top-2 right-2 z-50">{{
copyButtonText
}}</el-button>
<codemirror v-model="code" :extensions="extensions" class="z-0" />
<code-mirror v-model="code" :extensions="extensions" class="z-0" />
</div>
</div>
</template>

<script lang="ts" setup>
import { oneDark } from "@codemirror/theme-one-dark";
import { yaml } from "@codemirror/lang-yaml";
import { Codemirror } from "vue-codemirror";
import CodeMirror from "vue-codemirror6";
import { watch, ref } from "vue";
import { AccessibilityNode, AccessibilityWindow } from "../types";
import jsyaml from "js-yaml";
Expand Down
184 changes: 38 additions & 146 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"ts-node": "^10.9.2",
"vitepress": "^1.3.1",
"vitepress-plugin-mermaid": "^2.0.16",
"vue-codemirror": "^6.1.1",
"vue-codemirror6": "^1.3.4",
"zod": "^3.23.8"
},
"dependencies": {
Expand Down

0 comments on commit 7bf8bc3

Please sign in to comment.