liuhongdi@lhdpc:/data/vue/axios$ npm listdiff-match-patchaxios@0.1.0/data/vue/axios └──diff-match-patch@1.0.5 说明:刘宏缔的架构森林是一个专注架构的博客, 网站:https://blog.imgtouch.com 本文:https://blog.imgtouch.com/index.php
<template> <Codemirror v-model:value="code" :options="cmOptions" border placeholder="测试 placeholder" :height="200" @change="onChange" /></template>import Codemirror from "codemirror-editor-vue3";// languageimport "codemirror/mode/javascript/javascript.js";import { ref }...
"codemirror": "^5.65.16", "diff-match-patch": "^1.0.5" }, @@ -74,33 +75,31 @@ "@vitejs/plugin-vue": "^5.0.4", "@vitejs/plugin-vue-jsx": "^3.1.0", "@vue/cli-plugin-typescript": "~4.5.15", "@vueuse/core": "^10.9.0", "chalk": "^4.1.2", "conventional-change...
"codemirror": "^5.x", "diff-match-patch": "^1.0.5" "diff-match-patch": "^1.0.5", "vue": "^3.x" }, "devDependencies": { "@commitlint/cli": "^16.1.0", @@ -81,21 +79,24 @@ "conventional-changelog-cli": "^2.0.31", "dedent": "^0.7.0", "diff-match-patch": "...
codemirror-editor-vue3 "^2.4.1" cropperjs "^1.6.1" decimal.js "^10.4.3" diff-match-patch "^1.0.5" element-plus "^2.4.2" my-vue-base "file:" pinia "^2.0.32" vue "^3.2.47" vue-router "^4.1.6" namespace-emitter@^2.0.1: version "2.0.1" resolved "https://...
codemirror: 5.65.9 diff-match-patch: 1.0.5 dev: false /codemirror/5.65.9: resolution: {integrity: sha512-19Jox5sAKpusTDgqgKB5dawPpQcY+ipQK7xoEI+MVucEF9qqFaXpeqY1KaoyGBso/wHQoDa4HMMxMjdsS3Zzzw==} dev: false /color-convert/1.9.3: resolution: {integrity: sha512-QfAUtd+vFd...
npm install codemirror-editor-vue3 -S yarn add codemirror-editor-vue3 pnpm i codemirror-editor-vue3 codemirror -S 全局安装 INFO:不建议全局注册组件,这会导致无法正确获取模板上的类型提示。 main.js: import { createApp } from "vue"; import App from "./App.vue"; ...
🌱 A ready-to-use mobile project base template built with the Vue3, Vant, and Vite. | 基于 Vue3、Vite5、TypeScript/JavaScript、Tailwindcss、Vant4,开箱即用的移动端项目基础模板 - vue3-h5-template/pnpm-lock.yaml at master · yulimchen/vue3-h5-template