@xclqmc/base-form 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xclqmc/base-form",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "声明式表单组件 BaseForm(弹窗/抽屉/内嵌三态)及配套基础组件(BasePopup/BaseDrawer/BaseRadio/BaseSelect/BaseEditor)—— 纯源码分发的 Vue3 + ElementPlus 表单组件库",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -1,4 +1,5 @@
1
1
  <template>
2
+ 1
2
3
  <el-select
3
4
  v-model="data.valueCopy"
4
5
  :placeholder="placeholder"