updated cmc_fe.tar.gz

This commit is contained in:
Paul Wilde 2023-01-19 13:11:42 +00:00
parent ea87461d73
commit 92b3901eb7
4 changed files with 4 additions and 3 deletions

Binary file not shown.

View file

@ -1,5 +1,6 @@
#!/bin/bash
yarn build
tar czf cmc_fe.tar.gz dist
git add . cmc_fe.tar.gz
git commit -m "updated cmc_fe.tar.gz"

View file

@ -4,9 +4,6 @@
<v-main class="ma-4">
<router-view :site_info="site_info" :user_info="user_info"></router-view>
</v-main>
<v-footer>
<sub>{{ site_info.name }} v{{ site_info.version }}</sub>
</v-footer>
</v-app>
</template>

View file

@ -29,6 +29,9 @@
</template>
</template>
</v-list>
<v-footer>
<sub>{{ site_info.name }} v{{ site_info.version }}</sub>
</v-footer>
</v-navigation-drawer>
</template>
<script>