/
gamma
/
Gamma-Admin
Обзор
Документация
Войти
/
gamma
/
Gamma-Admin
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
master
src/components/layout/PageLayoutComponent.vue
17 строк
298 B
Vlavimir Solodovnikov
implement application
11 июн 2022, 00:35
11 июн 2022, 00:35
d1449c7
Код
Авторство
О чём код?
<template> <v-app app> <v-main> <slot /> </v-main> </v-app> </template> <script lang="ts"> import { Component, Vue } from 'vue-property-decorator'; @Component({ name: 'PageLayoutComponent', components: {}, }) export default class PageLayoutComponent extends Vue {} </script>