w-ui-v1 1.1.27 → 1.1.28

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": "w-ui-v1",
3
- "version": "1.1.27",
3
+ "version": "1.1.28",
4
4
  "description": "w-ui",
5
5
  "author": "wgxshh",
6
6
  "license": "ISC",
package/w-menu/w-menu.vue CHANGED
@@ -195,6 +195,7 @@
195
195
  </wd-grid>
196
196
  </template>
197
197
  </wd-card>
198
+ <slot name="card-bottom"></slot>
198
199
  </view>
199
200
 
200
201
  <wd-action-sheet v-model="sheetShow" :actions="actions" :title="title"