@@ -1,23 +1,17 @@
<template>
- <div>
- <section class="content" style="margin-top: -10px;">
- </section>
- </div>
+ <div><section class="content" style="margin-top: -10px;"></section></div>
</template>
<script>
+export default {
+ data() {
+ return {};
+ },
+ computed: {},
+ methods: {},
- export default {
- data() {
- return {};
- },
- computed: {},
- methods: {},
-
- //初始化查询
- created() {
- }
- };
+ //初始化查询
+ created() {}
+};
</script>
<style scoped></style>