🎨 improve format

This commit is contained in:
yanyongyu
2021-04-05 16:35:29 +08:00
parent 176dbd5830
commit 207750774d
9 changed files with 131 additions and 115 deletions

View File

@ -28,12 +28,12 @@
</template>
<script>
import Adapter from './Adapter.vue'
import Plugin from './Plugin.vue'
import Bot from './Bot.vue'
import Adapter from "./Adapter.vue";
import Plugin from "./Plugin.vue";
import Bot from "./Bot.vue";
export default {
name: 'Store',
name: "Store",
components: {
Adapter,
Plugin,
@ -43,15 +43,15 @@ export default {
return {
tab: 1,
tabs: {
0: '协议',
1: '插件',
2: '机器人',
0: "协议",
1: "插件",
2: "机器人",
},
}
};
},
computed: {},
methods: {},
}
};
</script>
<style>