w-ui-v1 1.0.35 → 1.0.37
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 +1 -1
- package/w-login/footerImg.png +0 -0
- package/w-login/w-login.vue +1 -1
- package/w-menu/w-menu.vue +1 -0
package/package.json
CHANGED
|
Binary file
|
package/w-login/w-login.vue
CHANGED
package/w-menu/w-menu.vue
CHANGED
|
@@ -133,6 +133,7 @@ function queryList() {
|
|
|
133
133
|
</template>
|
|
134
134
|
<view>
|
|
135
135
|
<view v-if="filtermenu.length > 0" class="menu-list">
|
|
136
|
+
<slot name="topImg"></slot>
|
|
136
137
|
<wd-card v-for="(item, index) in filtermenu" :key="index" :title="item.title"
|
|
137
138
|
custom-title-class="menu-title-class">
|
|
138
139
|
<template #default>
|