|
|
@@ -141,7 +141,7 @@ import { EVEN_VAR } from "./EventBus.js";
|
|
|
|
|
|
// ss-input form表单的输入
|
|
|
const SsInput = {
|
|
|
- name: "SsInput",
|
|
|
+ name: "SsInp",//把SsInput改为SsInp Ben(20251225)
|
|
|
inheritAttrs: false, // 不直接继承属性到组件根元素
|
|
|
props: {
|
|
|
name: {
|
|
|
@@ -6553,7 +6553,7 @@ import { EVEN_VAR } from "./EventBus.js";
|
|
|
app.component("SsMark", SsMark);
|
|
|
app.component("SsFullStyleHeader", SsFullStyleHeader);
|
|
|
app.component("SsDialog", SsDialog);
|
|
|
- app.component("SsInput", SsInput);
|
|
|
+ app.component("SsInp", SsInput);//把SsInput改为SsInp Ben(20251225)
|
|
|
app.component("SsObjp", SsObjp);
|
|
|
app.component("SsHidden", SsHidden);
|
|
|
app.component("SsCcp", SsCcp);
|