mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-27 08:11:38 +00:00
🎨 improve format
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user