Filtri avanzati a scomparsa

This commit is contained in:
paoloar77
2022-02-14 11:30:53 +01:00
parent 86cf158e27
commit cac35f9243
15 changed files with 99 additions and 50 deletions

View File

@@ -19,7 +19,7 @@ import MixinUsers from '@/mixins/mixin-users'
export default defineComponent({
name: 'work',
name: 'bacheca',
components: { CSkill, CChartMap, CMapsEsempio, CFinder, CVerifyEmail, CVerifyTelegram, CDashboard, CUserNonVerif },
setup() {
const globalStore = useGlobalStore()

View File

@@ -21,8 +21,8 @@
</q-page>
</template>
<script lang="ts" src="./work.ts">
<script lang="ts" src="./bacheca.ts">
</script>
<style lang="scss" scoped>
@import './work.scss';
@import './bacheca.scss';
</style>