mirror of
https://github.com/rekryt/iplist.git
synced 2025-10-12 16:39:35 +03:00
feat: new frontend
This commit is contained in:
10
frontend/layouts/default.vue
Normal file
10
frontend/layouts/default.vue
Normal file
@@ -0,0 +1,10 @@
|
||||
<template>
|
||||
<v-app>
|
||||
<core-drawer />
|
||||
<core-app-bar />
|
||||
<core-view>
|
||||
<slot></slot>
|
||||
<core-footer />
|
||||
</core-view>
|
||||
</v-app>
|
||||
</template>
|
Reference in New Issue
Block a user