mirror of
https://github.com/creativetimofficial/vue-material-kit.git
synced 2025-07-05 12:14:21 +08:00
10 lines
157 B
Vue
10 lines
157 B
Vue
<template>
|
|
<div id="app">
|
|
<router-view name="header"/>
|
|
<div>
|
|
<router-view/>
|
|
</div>
|
|
<router-view name="footer"/>
|
|
</div>
|
|
</template>
|