first commit
This commit is contained in:
8
resources/admin/layout/index.vue
Normal file
8
resources/admin/layout/index.vue
Normal file
@@ -0,0 +1,8 @@
|
||||
<template>
|
||||
<div class="w-full flex" ref="el">
|
||||
<!--- Sider -->
|
||||
<Sider />
|
||||
<!--content-->
|
||||
<Content />
|
||||
</div>
|
||||
</template>
|
Reference in New Issue
Block a user