Show Button, when Upgrade Version is available ! (check from the server, the version number
- for debug: added led button to see when is calling the server and the IndexedDb.
This commit is contained in:
11
src/App.ts
11
src/App.ts
@@ -26,6 +26,17 @@ export default class App extends Vue {
|
||||
|
||||
public listaRoutingNoLogin = ['/vreg?', '/offline']
|
||||
|
||||
meta () {
|
||||
return {
|
||||
keywords: { name: 'keywords', content: 'WebSite' },
|
||||
// meta tags
|
||||
meta: {
|
||||
mykey: { name: 'mykey', content: 'Key 1' },
|
||||
keywords: { name: 'keywords', content: 'MyKeywords' }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
created() {
|
||||
if (process.env.DEV) {
|
||||
console.info('SESSIONE IN SVILUPPO ! (DEV)')
|
||||
|
||||
Reference in New Issue
Block a user