Removed "lite" build target
This commit is contained in:
parent
952085fee7
commit
5f44edaa91
10 changed files with 22 additions and 95 deletions
|
|
@ -15,7 +15,6 @@
|
|||
class="uk-flex uk-flex-column uk-padding-remove uk-width-auto uk-height-1-1 uk-text-center"
|
||||
>
|
||||
<tabIcon
|
||||
v-show="!liteMode"
|
||||
id="connect-tab-icon"
|
||||
tab-i-d="connect"
|
||||
:require-connection="false"
|
||||
|
|
@ -196,8 +195,7 @@ export default {
|
|||
return {
|
||||
plugins: [],
|
||||
currentTab: "connect",
|
||||
unwatchStoreFunction: null,
|
||||
liteMode: process.env.VUE_APP_LITEMODE == "true" ? true : false
|
||||
unwatchStoreFunction: null
|
||||
};
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue