@varlet/ui 2.9.4-alpha.1680108425588 → 2.9.4-alpha.1680163809083

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.
@@ -241,7 +241,7 @@ import './time-picker/style/index.mjs'
241
241
  import './tooltip/style/index.mjs'
242
242
  import './uploader/style/index.mjs'
243
243
 
244
- const version = '2.9.4-alpha.1680108425588'
244
+ const version = '2.9.4-alpha.1680163809083'
245
245
 
246
246
  function install(app) {
247
247
  ActionSheet.install && app.use(ActionSheet)
package/es/index.mjs CHANGED
@@ -160,7 +160,7 @@ export * from './time-picker/index.mjs'
160
160
  export * from './tooltip/index.mjs'
161
161
  export * from './uploader/index.mjs'
162
162
 
163
- const version = '2.9.4-alpha.1680108425588'
163
+ const version = '2.9.4-alpha.1680163809083'
164
164
 
165
165
  function install(app) {
166
166
  ActionSheet.install && app.use(ActionSheet)
@@ -1,8 +1,8 @@
1
1
  import '../../styles/common.css'
2
+ import '../SnackbarSfc.css'
2
3
  import '../../styles/elevation.css'
3
4
  import '../../loading/loading.css'
4
5
  import '../../button/button.css'
5
6
  import '../../icon/icon.css'
6
7
  import '../snackbar.css'
7
8
  import '../coreSfc.css'
8
- import '../SnackbarSfc.css'
@@ -160,6 +160,7 @@ var __sfc__ = defineComponent({
160
160
  onUnmounted(removeScrollListener);
161
161
  onDeactivated(removeScrollListener);
162
162
  useEventListener(window, 'scroll', handleScroll);
163
+ useEventListener(window, 'resize', resize);
163
164
  return {
164
165
  n,
165
166
  classes,