added click counter
This commit is contained in:
parent
c00cdfcec1
commit
8367def794
@ -2,7 +2,7 @@ import axios from "axios";
|
||||
|
||||
const axiosInstance = axios.create({
|
||||
baseURL: process.env.API,
|
||||
timeout: 6000
|
||||
timeout: 10000
|
||||
});
|
||||
console.log("process.env.DEV: "+process.env.DEV);
|
||||
console.log("process.env.API: "+process.env.API);
|
||||
|
||||
@ -9,9 +9,9 @@
|
||||
<meta name="msapplication-tap-highlight" content="no">
|
||||
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width<% if (htmlWebpackPlugin.options.ctx.mode.cordova) { %>, viewport-fit=cover<% } %>">
|
||||
|
||||
<link rel="icon" href="statics/quasar-logo.png" type="image/x-icon">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="statics/icons/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="statics/icons/favicon-16x16.png">
|
||||
<link rel="icon" href="statics/buga_logo.svg" type="image/x-icon">
|
||||
<!-- <link rel="icon" type="image/png" sizes="32x32" href="statics/icons/favicon-32x32.png">-->
|
||||
<!-- <link rel="icon" type="image/png" sizes="16x16" href="statics/icons/favicon-16x16.png">-->
|
||||
</head>
|
||||
<body>
|
||||
<!-- DO NOT touch the following DIV -->
|
||||
|
||||
@ -163,16 +163,19 @@
|
||||
</q-item-section>
|
||||
</q-item>
|
||||
|
||||
<!-- <q-item-->
|
||||
<!-- disable-->
|
||||
<!-- class="text-grey-5"-->
|
||||
<!-- >-->
|
||||
<!-- <q-item-section avatar>-->
|
||||
<!-- </q-item-section>-->
|
||||
<!-- <q-item-section>-->
|
||||
<!-- <q-item-label>dev: {{ clickCounter }} clicks</q-item-label>-->
|
||||
<!-- </q-item-section>-->
|
||||
<!-- </q-item>-->
|
||||
|
||||
<q-item
|
||||
disable
|
||||
class="text-grey-5"
|
||||
>
|
||||
<q-item-section avatar>
|
||||
</q-item-section>
|
||||
<q-item-section>
|
||||
<q-item-label>dev: {{ clickCounter }} clicks</q-item-label>
|
||||
</q-item-section>
|
||||
</q-item>
|
||||
|
||||
|
||||
</q-list>
|
||||
</q-drawer>
|
||||
|
||||
|
||||
@ -11,8 +11,8 @@
|
||||
indicator-color="cyan-14"
|
||||
switch-indicator
|
||||
>
|
||||
<q-tab name="solo" label="Solo-Cacher" icon="person"/>
|
||||
<q-tab name="team" label="Cacher-Team" icon="group"/>
|
||||
<q-tab name="solo" label="Solo" icon="person"/>
|
||||
<q-tab name="team" label="Team" icon="group"/>
|
||||
</q-tabs>
|
||||
<q-separator color="grey-4"/>
|
||||
</div>
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 7.0 KiB |
Loading…
Reference in New Issue
Block a user