master
yutent 2024-12-09 10:24:23 +08:00
parent f850b3671e
commit 9444690f1f
3 changed files with 4 additions and 4 deletions

4
dist/app.js vendored
View File

@ -25,9 +25,9 @@ import './components/footer.js'
const app = createApp({
render() {
return html`
<wc-header></wc-header>
<v-header></v-header>
<div class="main-body"><router-view></router-view></div>
<wc-footer></wc-footer>
<v-footer></v-footer>
`
},

View File

@ -32,4 +32,4 @@ class Footer extends Component {
}
}
Footer.reg('footer')
Footer.reg('footer', 'v')

View File

@ -191,4 +191,4 @@ class Header extends Component {
}
}
Header.reg('header')
Header.reg('header', 'v')