Skip to content

Commit 05a09e9

Browse files
committed
Update app.vue
1 parent 7c89afe commit 05a09e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/src/comp/app.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ export default {
268268
// theme change
269269
themeChange({ value }) {
270270
setDocTheme(value);
271+
this.currentDocTheme = value;
271272
this.showThemeDropdown = false;
272273
273274
if (window.env === "dev") {

0 commit comments

Comments
 (0)