- fixed strange things...
This commit is contained in:
28
src/root/policy/policy.vue
Normal file
28
src/root/policy/policy.vue
Normal file
@@ -0,0 +1,28 @@
|
||||
<template>
|
||||
<q-page class="">
|
||||
<div class="landing">
|
||||
<PagePolicy
|
||||
owneremail="info@associazioneshen.it"
|
||||
SiteName="Associazione Shen"
|
||||
ownerDataName="Associazione Shen"
|
||||
managerData="Cristina Barattoni"
|
||||
includeData="dati anagrafici (ragione sociale, nome, cognome), recapiti (telefono, indirizzo email)"
|
||||
url="www.associazioneshen.it"
|
||||
lastdataupdate="11 luglio 2019"
|
||||
country="Italia"
|
||||
>
|
||||
|
||||
</PagePolicy>
|
||||
|
||||
<Footer></Footer>
|
||||
</div>
|
||||
|
||||
</q-page>
|
||||
|
||||
|
||||
</template>
|
||||
<script lang="ts" src="./policy.ts">
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
@import './policy.scss';
|
||||
</style>
|
||||
Reference in New Issue
Block a user