@progress/kendo-cli 1.6.2 → 1.6.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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -18848,7 +18848,7 @@ module.exports = "---\nimport \"@progress/kendo-theme-default/dist/all.css\";\n\
|
|
|
18848
18848
|
\****************************************************************************************************************************************/
|
|
18849
18849
|
/***/ ((module) => {
|
|
18850
18850
|
|
|
18851
|
-
module.exports = "---\nimport GridComponent from \"../components/grid/Grid.tsx\";\nimport Layout from \"../layouts/Layout.astro\";\n---\n\n<Layout title=\"KendoReact Grid with Astro\">\n <GridComponent />\n</Layout>\n";
|
|
18851
|
+
module.exports = "---\nimport GridComponent from \"../components/grid/Grid.tsx\";\nimport Layout from \"../layouts/Layout.astro\";\n---\n\n<Layout title=\"KendoReact Grid with Astro\">\n <GridComponent client:load />\n</Layout>\n";
|
|
18852
18852
|
|
|
18853
18853
|
/***/ }),
|
|
18854
18854
|
|