- sistemato timeout corto
- corretto errori sulla generazione del PDF - corretto alcune directory - corretto fs.promise - corretto CORS !
This commit is contained in:
0
src/views/testLungo/testLungo.scss
Executable file
0
src/views/testLungo/testLungo.scss
Executable file
15
src/views/testLungo/testLungo.ts
Executable file
15
src/views/testLungo/testLungo.ts
Executable file
@@ -0,0 +1,15 @@
|
||||
import {
|
||||
defineComponent, ref, computed,
|
||||
} from 'vue'
|
||||
|
||||
import { CTestLungo } from '../../components/CTestLungo'
|
||||
|
||||
export default defineComponent({
|
||||
name: 'testLungo',
|
||||
components: { CTestLungo },
|
||||
setup() {
|
||||
|
||||
return {
|
||||
}
|
||||
},
|
||||
})
|
||||
13
src/views/testLungo/testLungo.vue
Executable file
13
src/views/testLungo/testLungo.vue
Executable file
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<q-page class="">
|
||||
|
||||
<CTestLungo></CTestLungo>
|
||||
|
||||
</q-page>
|
||||
|
||||
</template>
|
||||
<script lang="ts" src="./testLungo.ts">
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
@import './testLungo.scss';
|
||||
</style>
|
||||
Reference in New Issue
Block a user