w-ui-v1 1.0.1 → 1.0.3

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.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "w-ui",
5
5
  "author": "wgxshh",
6
6
  "license": "ISC",
@@ -1,6 +1,6 @@
1
- import dayjs from 'dayjs'
2
- import timezone from 'dayjs/plugin/timezone'
3
- import utc from 'dayjs/plugin/utc'
1
+ import dayjs from 'dayjs/esm/index'
2
+ import timezone from 'dayjs/esm/plugin/timezone'
3
+ import utc from 'dayjs/esm/plugin/utc'
4
4
  import request from '../http.js'
5
5
  import rsaEncrypt from '../rsaEncrypt.js'
6
6
 
package/w-menu/w-menu.vue CHANGED
@@ -1,5 +1,5 @@
1
1
  <script setup lang="ts">
2
- import _ from 'lodash'
2
+ import _ from 'lodash/fp'
3
3
  import {
4
4
  computed,
5
5
  onMounted,