Commit e3599455 by 程默

f

parent 65e8a616
{
"pages": [
"pages/home/main",
"pages/index/main",
"pages/login/main",
"pages/wxPay/main",
......
<template>
<div class="domain">abc</div>
</template>
<script>
export default {
}
</script>
<style>
.domain {
text-align: center;
padding-top: 50%;
}
</style>
\ No newline at end of file
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()
{
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment