Fix bug and update

This commit is contained in:
Swift
2023-11-29 22:59:52 +03:30
parent bce43bda11
commit a6a8d6ad5a
25 changed files with 12654 additions and 15098 deletions
+3 -1
View File
@@ -20,10 +20,11 @@
</template>
<script>
import WS_Admin from '@/mixins/WS_Admin'
import WS_Admin from '@/mixins/WS_Admin'
export default {
name: 'AdminLayout',
mixins: [WS_Admin],
middleware: ['auth-admin', 'permissions'],
data() {
@@ -31,6 +32,7 @@ export default {
subHeaderContent: null
}
},
head() {
return {
htmlAttrs: {
+2
View File
@@ -10,8 +10,10 @@
</template>
<script>
export default {
name: 'DefaultLayout',
head() {
return {
htmlAttrs: {