Files
his/build_output.txt

47 lines
3.3 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

> healthlink-his@3.8.10 build:dev
> vite build --mode dev
vite v6.4.3 building for dev...
transforming...
node_modules/@vueuse/core/dist/index.js (3362:0): A comment
"/* #__PURE__ */"
in "node_modules/@vueuse/core/dist/index.js" contains an annotation that Rollup cannot interpret due to the position of the comment. The comment will be removed to avoid issues.
node_modules/@vueuse/core/dist/index.js (5780:22): A comment
"/* #__PURE__ */"
in "node_modules/@vueuse/core/dist/index.js" contains an annotation that Rollup cannot interpret due to the position of the comment. The comment will be removed to avoid issues.
Γ£ô 2315 modules transformed.
Γ£ù Build failed in 1m 3s
error during build:
[vite:vue] v-model cannot be used on a prop, because local prop bindings are not writable.
Use a v-bind binding combined with a v-on listener that emits update:x event instead.
D:/his/healthlink-his-ui/src/views/knowledgegraph/PathwayEdit.vue
1 | <template>
2 | <el-dialog v-model:visible="visible" title="新增临床路径" width="750px" append-to-body @close="handleClose">
| ^^^^^^^
3 | <el-form ref="formRef" :model="form" :rules="rules" label-width="100px">
4 | <el-form-item label="路径编码" prop="pathwayCode">
file: D:/his/healthlink-his-ui/src/views/knowledgegraph/PathwayEdit.vue:undefined:undefined
at createCompilerError (D:\his\healthlink-his-ui\node_modules\@vue\compiler-core\dist\compiler-core.cjs.prod.js:1374:17)
at Object.transformModel (D:\his\healthlink-his-ui\node_modules\@vue\compiler-core\dist\compiler-core.cjs.prod.js:6258:21)
at transformModel (D:\his\healthlink-his-ui\node_modules\@vue\compiler-dom\dist\compiler-dom.cjs.prod.js:219:35)
at buildProps (D:\his\healthlink-his-ui\node_modules\@vue\compiler-core\dist\compiler-core.cjs.prod.js:5693:48)
at Array.postTransformElement (D:\his\healthlink-his-ui\node_modules\@vue\compiler-core\dist\compiler-core.cjs.prod.js:5345:32)
at traverseNode (D:\his\healthlink-his-ui\node_modules\@vue\compiler-core\dist\compiler-core.cjs.prod.js:3589:15)
at traverseChildren (D:\his\healthlink-his-ui\node_modules\@vue\compiler-core\dist\compiler-core.cjs.prod.js:3540:5)
at traverseNode (D:\his\healthlink-his-ui\node_modules\@vue\compiler-core\dist\compiler-core.cjs.prod.js:3583:7)
at transform (D:\his\healthlink-his-ui\node_modules\@vue\compiler-core\dist\compiler-core.cjs.prod.js:3479:3)
at Object.baseCompile (D:\his\healthlink-his-ui\node_modules\@vue\compiler-core\dist\compiler-core.cjs.prod.js:6577:3)
at Object.compile (D:\his\healthlink-his-ui\node_modules\@vue\compiler-dom\dist\compiler-dom.cjs.prod.js:644:23)
at doCompileTemplate (D:\his\healthlink-his-ui\node_modules\@vue\compiler-sfc\dist\compiler-sfc.cjs.js:4314:47)
at compileTemplate (D:\his\healthlink-his-ui\node_modules\@vue\compiler-sfc\dist\compiler-sfc.cjs.js:4256:12)
at Object.compileScript (D:\his\healthlink-his-ui\node_modules\@vue\compiler-sfc\dist\compiler-sfc.cjs.js:25420:64)
at resolveScript (file:///D:/his/healthlink-his-ui/node_modules/@vitejs/plugin-vue/dist/index.mjs:365:37)
at genScriptCode (file:///D:/his/healthlink-his-ui/node_modules/@vitejs/plugin-vue/dist/index.mjs:2674:18)