Skip to content

Commit 7615d27

Browse files
author
pooya parsa
committed
support aurora them via query
1 parent e3811bd commit 7615d27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/templates/framework7/plugin.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default async function framework7({ app, route }, inject) {
1717
}
1818

1919
const { theme } = route.query
20-
if (theme === 'md' || theme === 'ios') {
20+
if (['md', 'ios', 'aurora'].includes(theme)) {
2121
app.framework7.app.theme = theme
2222
}
2323
}

0 commit comments

Comments
 (0)