This commit is contained in:
unknown
2020-12-09 19:06:11 +08:00
parent 919c6dc0db
commit 3089f1c825
30 changed files with 4000 additions and 2870 deletions

View File

@@ -1,24 +1,23 @@
<template>
<div>
<ihead></ihead>
<div class="contentPage">
<ihead></ihead>
<div class="contentPage">
<div class="contentTable">
<router-view></router-view>
</div>
</div>
<ifooter></ifooter>
<div class="contentTable">
<router-view></router-view>
</div>
</div>
<ifooter></ifooter>
</div>
</template>
<script>
export default {
data() {
return {
msg: "Welcome to Your Vue.js App"
};
}
data() {
return {
msg: 'Welcome to Your Vue.js App',
};
},
};
</script>