diff --git a/packages/assets/hatch_build.py b/packages/assets/hatch_build.py
index b603f0b6a..4c9d2c0a8 100644
--- a/packages/assets/hatch_build.py
+++ b/packages/assets/hatch_build.py
@@ -6,7 +6,7 @@
from hatchling.builders.hooks.plugin.interface import BuildHookInterface
packages = [
- ["@widgetti/solara-vuetify-app", "9.0.0"],
+ ["@widgetti/solara-vuetify-app", "10.0.0"],
["@widgetti/solara-vuetify3-app", "4.0.0"],
["requirejs", "2.3.6"],
["mermaid", "10.8.0"],
diff --git a/packages/solara-vuetify-app/.bumpversion.cfg b/packages/solara-vuetify-app/.bumpversion.cfg
index c1bba11b1..6cf8735fd 100644
--- a/packages/solara-vuetify-app/.bumpversion.cfg
+++ b/packages/solara-vuetify-app/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 9.0.0
+current_version = 10.0.0
commit = True
tag = True
tag_name = @widgetti/solara-vuetify-app@{new_version}
diff --git a/packages/solara-vuetify-app/package.json b/packages/solara-vuetify-app/package.json
index 804e7dda9..a88b50be2 100644
--- a/packages/solara-vuetify-app/package.json
+++ b/packages/solara-vuetify-app/package.json
@@ -1,13 +1,13 @@
{
"name": "@widgetti/solara-vuetify-app",
- "version": "9.0.0",
+ "version": "10.0.0",
"description": "Solara Vuetify App",
"main": "dist/solara-vuetify-app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"watch": "webpack --watch --mode=development",
- "devlink": "TARGET_DIR=`python -c \"import sys; print(sys.prefix)\"`/share/solara/cdn/@widgetti/solara-vuetify-app@9.0.0/; mkdir -p $TARGET_DIR && rm -rf $TARGET_DIR/dist && ln -sf $PWD/dist $TARGET_DIR/dist"
+ "devlink": "TARGET_DIR=`python -c \"import sys; print(sys.prefix)\"`/share/solara/cdn/@widgetti/solara-vuetify-app@10.0.0/; mkdir -p $TARGET_DIR && rm -rf $TARGET_DIR/dist && ln -sf $PWD/dist $TARGET_DIR/dist"
},
"author": "",
"license": "MIT",
diff --git a/solara/server/templates/solara.html.j2 b/solara/server/templates/solara.html.j2
index 87a0fb460..0388dfc8c 100644
--- a/solara/server/templates/solara.html.j2
+++ b/solara/server/templates/solara.html.j2
@@ -17,7 +17,7 @@
{% if vue3 == True %}
{% else %}
-
+
{% endif %}
@@ -184,11 +184,11 @@
{% endif %}
{% else %}
-
+
{% if production %}
-
+
{% else %}
-
+
{% endif %}
{% endif %}