- CMyPopupEdit

- Star
- Insert and Edit
- Update quasar 3.2.4
This commit is contained in:
Paolo Arena
2021-12-02 10:12:57 +01:00
parent ea9822e5f6
commit 5ae0518030
32 changed files with 3849 additions and 3335 deletions

View File

@@ -6,7 +6,7 @@ import { useUserStore } from '@store/UserStore'
import { useRoute } from 'vue-router'
export default defineComponent({
name: 'Signup',
name: 'SignUp',
components: { CSignUp },
props: {},
setup() {
@@ -21,15 +21,6 @@ export default defineComponent({
adult.value = !!$route.params.invited
})
function created() {
// if (!tools.getCookie(tools.APORTADOR_SOLIDARIO, ''))
// tools.setCookie(tools.APORTADOR_SOLIDARIO, $route.params.invited)
}
created()
return {
}
return {}
},
})

View File

@@ -7,7 +7,7 @@ import { IEstimate } from '@src/model'
import { tools } from '@src/store/Modules/tools'
export default defineComponent({
name: 'Estimate',
name: 'EstimateMy',
props: {
mystr: {
type: String,

View File

@@ -18,7 +18,7 @@ import { complexity } from '../../validation'
export default defineComponent({
name: 'Updatepassword',
name: 'UpdatePassword',
components: { Logo, CTitleBanner },
setup(props, { emit }) {
const $q = useQuasar()

View File

@@ -1,6 +1,7 @@
import { CMyFieldDb } from '@/components/CMyFieldDb'
import { CTitleBanner } from '@/components/CTitleBanner'
import { CProfile } from '@/components/CProfile'
import { CSkill } from '@/components/CSkill'
import { tools } from '@store/Modules/tools'
import { defineComponent } from 'vue'
import { useUserStore } from '@store/UserStore'
@@ -13,8 +14,8 @@ import { costanti } from '@costanti'
export default defineComponent({
name: 'Profile',
components: { CProfile, CTitleBanner, CMyFieldDb },
name: 'ProfileMy',
components: { CProfile, CTitleBanner, CMyFieldDb, CSkill },
props: {},
setup() {
const userStore = useUserStore()

View File

@@ -84,6 +84,16 @@
</CTitleBanner>
<CTitleBanner
class="q-pa-xs" title="Competenze e Talenti" bgcolor="bg-primary" clcolor="text-white"
myclass="myshad" :canopen="true">
<CSkill>
</CSkill>
</CTitleBanner>
<CTitleBanner
class="q-pa-xs" title="Informazioni su di te" bgcolor="bg-primary" clcolor="text-white"
myclass="myshad" :canopen="true">