transfer project in github

This commit is contained in:
hamid.zarghami1@gmail.com
2024-05-12 15:29:27 +03:30
commit e644edbd65
348 changed files with 164991 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
<template>
<client-only>
<div class="c-app flex-row align-items-center">
<CContainer>
<nuxt/>
</CContainer>
</div>
</client-only>
</template>
<script>
export default {
head() {
return {
htmlAttrs: {
lang: 'fa',
dir: 'rtl'
},
title: 'ورود به پنل کاربری'
}
}
}
</script>
<style lang="scss">
@import '../assets/admin/scss/style.scss';
</style>