Primo committ Notevole

This commit is contained in:
Paolo Arena
2019-12-28 11:16:53 +01:00
commit 5d32378df8
174 changed files with 29861 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
import Vue from 'vue'
import { Component } from 'vue-property-decorator'
import { tools } from '@src/store/Modules/tools'
import { static_data } from '@src/db/static_data'
import { Screen } from 'quasar'
import { CMyPage } from '@components'
@Component({
components: { CMyPage }
})
export default class My404pag extends Vue {
get static_data() {
return static_data
}
}