You've already forked vue-element-admin
add[example]: add nested routes example (#789)
This commit is contained in:
6
src/views/nested/bar/posts.vue
Normal file
6
src/views/nested/bar/posts.vue
Normal file
@@ -0,0 +1,6 @@
|
||||
<template>
|
||||
<div style="margin-top:30px;">
|
||||
<el-alert title="Children: Posts" type="warning" :closable="false">
|
||||
</el-alert>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user