h-section 0.0.6 → 0.0.7
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/dist/hotelSection.mjs +1 -1
- package/package.json +1 -1
package/dist/hotelSection.mjs
CHANGED
|
@@ -12773,7 +12773,7 @@ function rv(f) {
|
|
|
12773
12773
|
if (!T)
|
|
12774
12774
|
return console.error(`[HotelSection] Target not found: ${String(f)}`), null;
|
|
12775
12775
|
const _ = _h();
|
|
12776
|
-
|
|
12776
|
+
zh.createRoot(T).render(/* @__PURE__ */ N.jsx(cv, { data: _ }));
|
|
12777
12777
|
}
|
|
12778
12778
|
const sv = {
|
|
12779
12779
|
renderHotelSection: rv
|