@neatui/nuxt 1.2.1 → 1.2.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
@@ -93,7 +93,7 @@
|
|
93
93
|
}
|
94
94
|
};
|
95
95
|
|
96
|
-
if (import
|
96
|
+
if (import.meta?.client) {
|
97
97
|
provide('onlist', evs('list', 'item'));
|
98
98
|
provide('onitem', evs('item', 'list'));
|
99
99
|
watch(() => route.query[props.queryName], a);
|
@@ -334,9 +334,6 @@
|
|
334
334
|
flex-direction: row !important;
|
335
335
|
}
|
336
336
|
|
337
|
-
&[am-view-item~='list'] {
|
338
|
-
display: flex;
|
339
|
-
}
|
340
337
|
&[am-view-item~='item'] {
|
341
338
|
position: fixed;
|
342
339
|
flex-direction: column;
|