6.常见报错-已解决:v-on event ‘@showSizeChange‘ must be hyphenated

文章介绍了在Vue.js开发中遇到的v-on事件绑定错误,即要求将驼峰命名的事件如`@showSizeChange`改为使用连字符的格式`@show-size-change`。通过修改事件名称,可以正确解决此类报错问题。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

🌺 作者主页: 🌱仙女不下凡🌱

🌺 欢迎点赞 👍 收藏 ⭐留言 📝 如有错误敬请指正!


v-on event '@showSizeChange' must be hyphenated

报错意思是 v-on事件“@showSizeChange”必须使用连字符 针对驼峰的错误提示,修改为连字符即可

解决方法

 @showSizeChange     ------- >    @show-size-change
D:\project\lp_leapcloud_main_web\src\components\Charts\LpCharts.vue 2:22 warning Attribute ":ref" should go before "class" vue/attributes-order 2:22 warning &#39;:ref&#39; should be on a new line vue/max-attributes-per-line 2:33 warning Require self-closing on HTML elements (<div>) vue/html-self-closing 79:5 warning Prop "unit" should define at least its type vue/require-prop-types 104:5 warning Prop &#39;chartOption&#39; requires default value to be set vue/require-default-prop 143:3 warning The "components" property should be above the "props" property on line 16 vue/order-in-components 154:3 error The `beforeDestroy` lifecycle hook is deprecated. Use `beforeUnmount` instead vue/no-deprecated-destroyed-lifecycle 162:3 error The `destroyed` lifecycle hook is deprecated. Use `unmounted` instead vue/no-deprecated-destroyed-lifecycle ✖ 8 problems (2 errors, 6 warnings) 2 errors and 4 warnings potentially fixable with the `--fix` option. 18:53:51 [vite] warning: D:\project\lp_leapcloud_main_web\src\components\Fault\FaultCase.vue 2:1 warning Expected indentation of 2 spaces but found 4 spaces vue/html-indent 3:1 warning Expected indentation of 4 spaces but found 8 spaces vue/html-indent 3:39 warning &#39;width&#39; should be on a new line vue/max-attributes-per-line 3:51 warning &#39;:title&#39; should be on a new line vue/max-attributes-per-line 3:66 warning &#39;:before-close&#39; should be on a new line vue/max-attributes-per-line 3:94 warning &#39;destroy-on-close&#39; should be on a new line vue/max-attributes-per-line 4:1 warning Expected indentation of 6 spaces but found 12 spaces vue/html-indent 4:45 warning &#39;label-width&#39; should be on a new line vue/max-attributes-per-line 4:65 warning &#39;:model&#39; should be on a new line vue/max-attributes-per-line 4:84 warning Attribute "ref" should go before ":model" vue/attributes-order 4:84 warning &#39;ref&#39; should be on a new line vue/max-attributes-per-line 4:100 warning &#39;:rules&#39; should be on a new line vue/max-attributes-per-line 5:1 warning Expected indentation of 8 spaces but found 16 spaces vue/html-indent 6:1 warning Expected indentation of 10 spaces but found 20 spaces vue/html-indent 6:26 warning Expected 1 space after &#39;{{&#39;, but not found vue/mustache-interpolation-spacing 6:77 warning Expected 1 space before &#39;}}&#39;, but not found vue/mustache-interpolation-spacing 7:1 warning Expected indentation of 8 spaces but found 16 spaces vue/html-indent 8:1 warning Expected indentation of 8 spaces but found 16 spaces vue/html-indent 9:1 warning Expected indentation of 10 spaces but found 20 spaces vue/html-indent 10:1 warning Expected indentation of 12 spaces but found 24 spaces vue/html-indent 10:47 warning Require self-closing on Vue.js custom components (<el-radio>) vue/html-self-closing 11:1 warning Expected indentation of 12 spaces but found 24 spaces vue/html-indent 11:47 warning Require self-closing on Vue.js custom components (<el-radio>) vue/html-self-closing 12:1 warning Expected indentation of 10 spaces but found 20 spaces vue/html-indent 13:1 warning Expected indentation of 8 spaces but found 16 spaces vue/html-indent 14:1 warning Expected indentation of 8 spaces but found 16 spaces vue/html-indent 14:43 warning &#39;prop&#39; should be on a new line vue/max-attributes-per-line 15:1 warning Expected indentation of 10 spaces but found 20 spaces vue/html-indent 15:43 warning Attribute "v-model" should go before "type" vue/attributes-order 15:43 warning &#39;v-model&#39; should be on a new line vue/max-attributes-per-line 15:52 error Unexpected mutation of "faultForm" prop vue/no-mutating-props 15:73 warning &#39;maxLength&#39; should be on a new line vue/max-attributes-per-line 15:73 warning Attribute &#39;maxLength&#39; must be hyphenated vue/attribute-hyphenation 15:83 warning Expected to be enclosed by double quotes vue/html-quotes 15:88 warning &#39;placeholder&#39; should be on a new line vue/max-attributes-per-line 15:109 warning Require self-closing on Vue.js custom components (<el-input>) vue/html-self-closing 16:1 warning Expected indentation of 8 spaces but found 16 spaces vue/html-indent 17:1 warning Expected indentation of 8 spaces but found 16 spaces vue/html-indent 17:44 warning &#39;prop&#39; should be on a new line vue/max-attributes-per-line 18:1 warning Expected indentation of 10 spaces but found 20 spaces vue/html-indent 18:47 warning Attribute "v-model" should go before "type" vue/attributes-order 18:47 warning &#39;v-model&#39; should be on a new line vue/max-attributes-per-line 18:56 error Unexpected mutation of "faultForm" prop vue/no-mutating-props 18:76 warning &#39;placeholder&#39; should be on a new line vue/max-attributes-per-line 18:98 warning &#39;maxlength&#39; should be on a new line vue/max-attributes-per-line 18:115 warning Require self-closing on Vue.js custom components (<el-input>) vue/html-self-closing 19:1 warning Expected indentation of 8 spaces but found 16 spaces vue/html-indent 20:1 warning Expected indentation of 8 spaces but found 16 spaces vue/html-indent 20:44 warning &#39;prop&#39; should be on a new line vue/max-attributes-per-line 21:1 warning Expected indentation of 10 spaces but found 20 spaces vue/html-indent 21:47 warning Attribute "v-model" should go before "type" vue/attributes-order 21:47 warning &#39;v-model&#39; should be on a new line vue/max-attributes-per-line 21:56 error Unexpected mutation of "faultForm" prop vue/no-mutating-props 21:74 warning &#39;placeholder&#39; should be on a new line vue/max-attributes-per-line 21:96 warning &#39;maxlength&#39; should be on a new line vue/max-attributes-per-line 21:113 warning Require self-closing on Vue.js custom components (<el-input>) vue/html-self-closing 22:1 warning Expected indentation of 8 spaces but found 16 spaces vue/html-indent 23:1 warning Expected indentation of 8 spaces but found 16 spaces vue/html-indent 24:1 warning Expected indentation of 10 spaces but found 20 spaces vue/html-indent 24:44 warning &#39;@click&#39; should be on a new line vue/max-attributes-per-line 24:66 warning Expected 1 line break after opening tag (`<el-button>`), but no line breaks found vue/singleline-html-element-content-newline 24:68 warning Expected 1 line break before closing tag (`</el-button>`), but no line breaks found vue/singleline-html-element-content-newline 25:1 warning Expected indentation of 10 spaces but found 20 spaces vue/html-indent 25:47 warning &#39;@click&#39; should be on a new line vue/max-attributes-per-line 25:67 warning Expected 1 line break after opening tag (`<el-button>`), but no line breaks found vue/singleline-html-element-content-newline 25:69 warning Expected 1 line break before closing tag (`</el-button>`), but no line breaks found vue/singleline-html-element-content-newline 26:1 warning Expected indentation of 8 spaces but found 16 spaces vue/html-indent 27:1 warning Expected indentation of 6 spaces but found 12 spaces vue/html-indent 28:1 warning Expected indentation of 4 spaces but found 8 spaces vue/html-indent 29:1 warning Expected indentation of 2 spaces but found 4 spaces vue/html-indent 38:9 warning Prop &#39;title&#39; requires default value to be set vue/require-default-prop 39:9 warning Prop &#39;faultForm&#39; requires default value to be set vue/require-default-prop 51:9 warning Prop &#39;parentFunc&#39; requires default value to be set vue/require-default-prop 99:24 warning The "update:visible" event has been triggered but not declared on `emits` option vue/require-explicit-emits 122:44 warning The "update:visible" event has been triggered but not declared on `emits` option vue/require-explicit-emits 127:44 warning The "update:visible" event has been triggered but not declared on `emits` option vue/require-explicit-emits 136:48 warning The "update:visible" event has been triggered but not declared on `emits` option vue/require-explicit-emits 140:48 warning The "update:visible" event has been triggered but not declared on `emits` option vue/require-explicit-emits 148:48 warning The "update:visible" event has been triggered but not declared on `emits` option vue/require-explicit-emits 152:48 warning The "update:visible" event has been triggered but not declared on `emits` option vue/require-explicit-emits 164:5 warning The "destroyed" property should be above the "methods" property on line 97 vue/order-in-components 164:5 error The `destroyed` lifecycle hook is deprecated. Use `unmounted` instead vue/no-deprecated-destroyed-lifecycle ✖ 82 problems (4 errors, 78 warnings) 1 error and 56 warnings potentially fixable with the `--fix` option. Plugin: vite-plugin-eslint File: D:/project/lp_leapcloud_main_web/src/components/Fault/FaultCase.vue D:\project\lp_leapcloud_main_web\src\components\Fault\FaultCase.vue 2:1 warning Expected indentation of 2 spaces but found 4 spaces vue/html-indent 3:1 warning Expected indentation of 4 spaces but found 8 spaces vue/html-indent 3:39 warning &#39;width&#39; should be on a new line vue/max-attributes-per-line 3:51 warning &#39;:title&#39; should be on a new line vue/max-attributes-per-line 3:66 warning &#39;:before-close&#39; should be on a new line vue/max-attributes-per-line 3:94 warning &#39;destroy-on-close&#39; should be on a new line vue/max-attributes-per-line 4:1 warning Expected indentation of 6 spaces but found 12 spaces vue/html-indent 4:45 warning &#39;label-width&#39; should be on a new line vue/max-attributes-per-line 4:65 warning &#39;:model&#39; should be on a new line vue/max-attributes-per-line 4:84 warning Attribute "ref" should go before ":model" vue/attributes-order 4:84 warning &#39;ref&#39; should be on a new line vue/max-attributes-per-line 4:100 warning &#39;:rules&#39; should be on a new line vue/max-attributes-per-line 5:1 warning Expected indentation of 8 spaces but found 16 spaces vue/html-indent 6:1 warning Expected indentation of 10 spaces but found 20 spaces vue/html-indent 6:26 warning Expected 1 space after &#39;{{&#39;, but not found vue/mustache-interpolation-spacing 6:77 warning Expected 1 space before &#39;}}&#39;, but not found vue/mustache-interpolation-spacing 7:1 warning Expected indentation of 8 spaces but found 16 spaces vue/html-indent 8:1 warning Expected indentation of 8 spaces but found 16 spaces vue/html-indent 9:1 warning Expected indentation of 10 spaces but found 20 spaces vue/html-indent 10:1 warning Expected indentation of 12 spaces but found 24 spaces vue/html-indent 10:47 warning Require self-closing on Vue.js custom components (<el-radio>) vue/html-self-closing 11:1 warning Expected indentation of 12 spaces but found 24 spaces vue/html-indent 11:47 warning Require self-closing on Vue.js custom components (<el-radio>) vue/html-self-closing 12:1 warning Expected indentation of 10 spaces but found 20 spaces vue/html-indent 13:1 warning Expected indentation of 8 spaces but found 16 spaces vue/html-indent 14:1 warning Expected indentation of 8 spaces but found 16 spaces vue/html-indent 14:43 warning &#39;prop&#39; should be on a new line vue/max-attributes-per-line 15:1 warning Expected indentation of 10 spaces but found 20 spaces vue/html-indent 15:43 warning Attribute "v-model" should go before "type" vue/attributes-order 15:43 warning &#39;v-model&#39; should be on a new line vue/max-attributes-per-line 15:52 error Unexpected mutation of "faultForm" prop vue/no-mutating-props 15:73 warning &#39;maxLength&#39; should be on a new line vue/max-attributes-per-line 15:73 warning Attribute &#39;maxLength&#39; must be hyphenated vue/attribute-hyphenation 15:83 warning Expected to be enclosed by double quotes vue/html-quotes 15:88 warning &#39;placeholder&#39; should be on a new line vue/max-attributes-per-line 15:109 warning Require self-closing on Vue.js custom components (<el-input>) vue/html-self-closing 16:1 warning Expected indentation of 8 spaces but found 16 spaces vue/html-indent 17:1 warning Expected indentation of 8 spaces but found 16 spaces vue/html-indent 17:44 warning &#39;prop&#39; should be on a new line vue/max-attributes-per-line 18:1 warning Expected indentation of 10 spaces but found 20 spaces vue/html-indent 18:47 warning Attribute "v-model" should go before "type" vue/attributes-order 18:47 warning &#39;v-model&#39; should be on a new line vue/max-attributes-per-line 18:56 error Unexpected mutation of "faultForm" prop vue/no-mutating-props 18:76 warning &#39;placeholder&#39; should be on a new line vue/max-attributes-per-line 18:98 warning &#39;maxlength&#39; should be on a new line vue/max-attributes-per-line 18:115 warning Require self-closing on Vue.js custom components (<el-input>) vue/html-self-closing 19:1 warning Expected indentation of 8 spaces but found 16 spaces vue/html-indent 20:1 warning Expected indentation of 8 spaces but found 16 spaces vue/html-indent 20:44 warning &#39;prop&#39; should be on a new line vue/max-attributes-per-line 21:1 warning Expected indentation of 10 spaces but found 20 spaces vue/html-indent 21:47 warning Attribute "v-model" should go before "type" vue/attributes-order 21:47 warning &#39;v-model&#39; should be on a new line vue/max-attributes-per-line 21:56 error Unexpected mutation of "faultForm" prop vue/no-mutating-props 21:74 warning &#39;placeholder&#39; should be on a new line vue/max-attributes-per-line 21:96 warning &#39;maxlength&#39; should be on a new line vue/max-attributes-per-line 21:113 warning Require self-closing on Vue.js custom components (<el-input>) vue/html-self-closing 22:1 warning Expected indentation of 8 spaces but found 16 spaces vue/html-indent 23:1 warning Expected indentation of 8 spaces but found 16 spaces vue/html-indent 24:1 warning Expected indentation of 10 spaces but found 20 spaces vue/html-indent 24:44 warning &#39;@click&#39; should be on a new line vue/max-attributes-per-line 24:66 warning Expected 1 line break after opening tag (`<el-button>`), but no line breaks found vue/singleline-html-element-content-newline 24:68 warning Expected 1 line break before closing tag (`</el-button>`), but no line breaks found vue/singleline-html-element-content-newline 25:1 warning Expected indentation of 10 spaces but found 20 spaces vue/html-indent 25:47 warning &#39;@click&#39; should be on a new line vue/max-attributes-per-line 25:67 warning Expected 1 line break after opening tag (`<el-button>`), but no line breaks found vue/singleline-html-element-content-newline 25:69 warning Expected 1 line break before closing tag (`</el-button>`), but no line breaks found vue/singleline-html-element-content-newline 26:1 warning Expected indentation of 8 spaces but found 16 spaces vue/html-indent 27:1 warning Expected indentation of 6 spaces but found 12 spaces vue/html-indent 28:1 warning Expected indentation of 4 spaces but found 8 spaces vue/html-indent 29:1 warning Expected indentation of 2 spaces but found 4 spaces vue/html-indent 38:9 warning Prop &#39;title&#39; requires default value to be set vue/require-default-prop 39:9 warning Prop &#39;faultForm&#39; requires default value to be set vue/require-default-prop 51:9 warning Prop &#39;parentFunc&#39; requires default value to be set vue/require-default-prop 99:24 warning The "update:visible" event has been triggered but not declared on `emits` option vue/require-explicit-emits 122:44 warning The "update:visible" event has been triggered but not declared on `emits` option vue/require-explicit-emits 127:44 warning The "update:visible" event has been triggered but not declared on `emits` option vue/require-explicit-emits 136:48 warning The "update:visible" event has been triggered but not declared on `emits` option vue/require-explicit-emits 140:48 warning The "update:visible" event has been triggered but not declared on `emits` option vue/require-explicit-emits 148:48 warning The "update:visible" event has been triggered but not declared on `emits` option vue/require-explicit-emits 152:48 warning The "update:visible" event has been triggered but not declared on `emits` option vue/require-explicit-emits 164:5 warning The "destroyed" property should be above the "methods" property on line 97 vue/order-in-components 164:5 error The `destroyed` lifecycle hook is deprecated. Use `unmounted` instead vue/no-deprecated-destroyed-lifecycle ✖ 82 problems (4 errors, 78 warnings) 1 error and 56 warnings potentially fixable with the `--fix` option. 18:53:51 [vite] warning: D:\project\lp_leapcloud_main_web\src\components\CarSearch\CommChartHeader.vue 8:17 warning Attribute &#39;:isClearable&#39; must be hyphenated vue/attribute-hyphenation 8:44 warning &#39;:carType.sync&#39; should be on a new line vue/max-attributes-per-line 8:44 warning Attribute &#39;:carType.sync&#39; must be hyphenated vue/attribute-hyphenation 8:44 error &#39;.sync&#39; modifier on &#39;v-bind&#39; directive is deprecated. Use &#39;v-model:propName&#39; instead vue/no-deprecated-v-bind-sync 8:82 warning &#39;isNormal&#39; should be on a new line vue/max-attributes-per-line 8:82 warning Attribute &#39;isNormal&#39; must be hyphenated vue/attribute-hyphenation 8:91 warning &#39;style&#39; should be on a new line vue/max-attributes-per-line 8:117 warning Require self-closing on Vue.js custom components (<car-type>) vue/html-self-closing 9:43 warning Attribute "v-model" should go before "class" vue/attributes-order 9:43 warning &#39;v-model&#39; should be on a new line vue/max-attributes-per-line 9:80 warning &#39;align&#39; should be on a new line vue/max-attributes-per-line 9:94 warning &#39;type&#39; should be on a new line vue/max-attributes-per-line 9:106 warning &#39;placeholder&#39; should be on a new line vue/max-attributes-per-line 9:129 warning &#39;:picker-options&#39; should be on a new line vue/max-attributes-per-line 9:161 warning Require self-closing on Vue.js custom components (<el-date-picker>) vue/html-self-closing 10:50 warning &#39;class&#39; should be on a new line vue/max-attributes-per-line 10:81 warning &#39;:vinOrNum.sync&#39; should be on a new line vue/max-attributes-per-line 10:81 warning Attribute &#39;:vinOrNum.sync&#39; must be hyphenated vue/attribute-hyphenation 10:81 error &#39;.sync&#39; modifier on &#39;v-bind&#39; directive is deprecated. Use &#39;v-model:propName&#39; instead vue/no-deprecated-v-bind-sync 10:117 warning &#39;:multiple&#39; should be on a new line vue/max-attributes-per-line 10:134 warning &#39;:carType&#39; should be on a new line vue/max-attributes-per-line 10:134 warning Attribute &#39;:carType&#39; must be hyphenated vue/attribute-hyphenation 10:167 warning Require self-closing on Vue.js custom components (<car-select>) vue/html-self-closing 11:18 warning Attribute &#39;:componentData&#39; must be hyphenated vue/attribute-hyphenation 11:49 warning Require self-closing on Vue.js custom components (<car-miles>) vue/html-self-closing 12:33 warning &#39;@click&#39; should be on a new line vue/max-attributes-per-line 12:48 warning Expected 1 line break after opening tag (`<el-button>`), but no line breaks found vue/singleline-html-element-content-newline 12:50 warning Expected 1 line break before closing tag (`</el-button>`), but no line breaks found vue/singleline-html-element-content-newline 23:5 warning Prop &#39;onOk&#39; requires default value to be set vue/require-default-prop 26:5 warning Prop &#39;carType&#39; requires default value to be set vue/require-default-prop 36:3 warning The "data" property should be above the "mounted" property on line 33 vue/order-in-components 54:3 warning The "components" property should be above the "props" property on line 22 vue/order-in-components 55:5 error The "LpArea" component has been registered but not used vue/no-unused-components33 problems (3 errors, 30 warnings) 2 errors and 17 warnings potentially fixable with the `--fix` option. Plugin: vite-plugin-eslint File: D:/project/lp_leapcloud_main_web/src/components/CarSearch/CommChartHeader.vue D:\project\lp_leapcloud_main_web\src\components\CarSearch\CommChartHeader.vue 8:17 warning Attribute &#39;:isClearable&#39; must be hyphenated vue/attribute-hyphenation 8:44 warning &#39;:carType.sync&#39; should be on a new line vue/max-attributes-per-line 8:44 warning Attribute &#39;:carType.sync&#39; must be hyphenated vue/attribute-hyphenation 8:44 error &#39;.sync&#39; modifier on &#39;v-bind&#39; directive is deprecated. Use &#39;v-model:propName&#39; instead vue/no-deprecated-v-bind-sync 8:82 warning &#39;isNormal&#39; should be on a new line vue/max-attributes-per-line 8:82 warning Attribute &#39;isNormal&#39; must be hyphenated vue/attribute-hyphenation 8:91 warning &#39;style&#39; should be on a new line vue/max-attributes-per-line 8:117 warning Require self-closing on Vue.js custom components (<car-type>) vue/html-self-closing 9:43 warning Attribute "v-model" should go before "class" vue/attributes-order 9:43 warning &#39;v-model&#39; should be on a new line vue/max-attributes-per-line 9:80 warning &#39;align&#39; should be on a new line vue/max-attributes-per-line 9:94 warning &#39;type&#39; should be on a new line vue/max-attributes-per-line 9:106 warning &#39;placeholder&#39; should be on a new line vue/max-attributes-per-line 9:129 warning &#39;:picker-options&#39; should be on a new line vue/max-attributes-per-line 9:161 warning Require self-closing on Vue.js custom components (<el-date-picker>) vue/html-self-closing 10:50 warning &#39;class&#39; should be on a new line vue/max-attributes-per-line 10:81 warning &#39;:vinOrNum.sync&#39; should be on a new line vue/max-attributes-per-line 10:81 warning Attribute &#39;:vinOrNum.sync&#39; must be hyphenated vue/attribute-hyphenation 10:81 error &#39;.sync&#39; modifier on &#39;v-bind&#39; directive is deprecated. Use &#39;v-model:propName&#39; instead vue/no-deprecated-v-bind-sync 10:117 warning &#39;:multiple&#39; should be on a new line vue/max-attributes-per-line 10:134 warning &#39;:carType&#39; should be on a new line vue/max-attributes-per-line 10:134 warning Attribute &#39;:carType&#39; must be hyphenated vue/attribute-hyphenation 10:167 warning Require self-closing on Vue.js custom components (<car-select>) vue/html-self-closing 11:18 warning Attribute &#39;:componentData&#39; must be hyphenated vue/attribute-hyphenation 11:49 warning Require self-closing on Vue.js custom components (<car-miles>) vue/html-self-closing 12:33 warning &#39;@click&#39; should be on a new line vue/max-attributes-per-line 12:48 warning Expected 1 line break after opening tag (`<el-button>`), but no line breaks found vue/singleline-html-element-content-newline 12:50 warning Expected 1 line break before closing tag (`</el-button>`), but no line breaks found vue/singleline-html-element-content-newline 23:5 warning Prop &#39;onOk&#39; requires default value to be set vue/require-default-prop 26:5 warning Prop &#39;carType&#39; requires default value to be set vue/require-default-prop 36:3 warning The "data" property should be above the "mounted" property on line 33 vue/order-in-components 54:3 warning The "components" property should be above the "props" property on line 22 vue/order-in-components 55:5 error The "LpArea" component has been registered but not used vue/no-unused-components33 problems (3 errors, 30 warnings) 2 errors and 17 warnings potentially fixable with the `--fix` option. 18:53:52 [vite] warning: D:\project\lp_leapcloud_main_web\src\App.vue 2:1 warning Expected indentation of 2 spaces but found 4 spaces vue/html-indent 3:1 warning Expected indentation of 4 spaces but found 8 spaces vue/html-indent 3:22 warning Require self-closing on Vue.js custom components (<router-view>) vue/html-self-closing 4:1 warning Expected indentation of 2 spaces but found 4 spaces vue/html-indent ✖ 4 problems (0 errors, 4 warnings) 0 errors and 4 warnings potentially fixable with the `--fix` option. Plugin: vite-plugin-eslint File: D:/project/lp_leapcloud_main_web/src/App.vue?vue&type=style&index=0&lang.css 是不是vue2不应该迁移vite
最新发布
07-01
The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains information that should help you find out what is causing the crash. 2025-03-09 13:57:47+08:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 9.2.0-1.el9 started. 2025-03-09 13:57:48+08:00 [Note] [Entrypoint]: Switching to dedicated user &#39;mysql&#39; 2025-03-09 13:57:48+08:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 9.2.0-1.el9 started. &#39;/var/lib/mysql/mysql.sock&#39; -> &#39;/var/run/mysqld/mysqld.sock&#39; 2025-03-09T05:57:48.531353Z 0 [System] [MY-015015] [Server] MySQL Server - start. 2025-03-09T05:57:48.796751Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 9.2.0) starting as process 1 2025-03-09T05:57:48.830566Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started. 2025-03-09T05:57:50.751653Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended. 2025-03-09T05:57:51.358634Z 1 [ERROR] [MY-010520] [Server] Invalid (old?) table or database name &#39;hm-item&#39; 2025-03-09T05:57:51Z UTC - mysqld got signal 11 ; Signal SIGSEGV (Address not mapped to object) at address 0x0 Most likely, you have hit a bug, but this error can also be caused by malfunctioning hardware. BuildID[sha1]=6e45d3c3fff42426a19918d101b1be25b8ec7297 Thread pointer: 0x7b6d2b0 Attempting backtrace. You can use the following information to find out where mysqld died. If you see no messages after this, something went terribly wrong... stack_bottom = 7f73c1411b10 thread_stack 0x100000 #0 0xc84d30 <unknown> #1 0x7f73ce20f72f <unknown> #2 0x1950243 <unknown> #3 0x19a4793 <unknown> #4 0x16fd7bb <unknown> #5 0x153a34a <unknown> #6 0x154e9ca <unknown> #7 0xd2cc07 <unknown> #8 0x1cf6501 <unknown> #9 0x7f73ce25ad31 <unknown> #10 0x7f73ce2df0b3 <unknown> #11 0xffffffffffffffff <unknown> Trying to get some variables. Some pointers may be invalid and cause the dump to abort. Query (0): Connection ID (thread ID): 1 Status: NOT_KILLED The manual page at http://dev.mysql.com/doc/mysql/en/cras
03-10
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值