mirror of
https://github.com/woodchen-ink/md-wechat.git
synced 2025-07-19 06:02:02 +08:00
15 lines
154 B
Vue
15 lines
154 B
Vue
<template>
|
|
<div class="home">
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
// @ is an alias to /src
|
|
|
|
export default {
|
|
name: 'home',
|
|
components: {
|
|
}
|
|
}
|
|
</script>
|