We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fa20c0 commit e442305Copy full SHA for e442305
docs/_templates/layout.html
@@ -22,12 +22,10 @@
22
and including vueinit.html would make jinja2 complain (and jinja2 does not
23
have a way of including a file as-is #}
24
<script>
25
- var crtpath = null;
26
v = new Vue({
27
el: '#psij-app',
28
vuetify: new Vuetify(),
29
data: {
30
- themes: ["theme-1", "theme-3"],
31
maintabs: "docs"
32
}
33
});
web/_includes/vueinit.html
@@ -1,11 +1,9 @@
1
2
3
4
5
6
7
8
9
maintabs: "{{ page.tab }}"
10
11
0 commit comments