mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-26 07:41:20 +00:00
📝 update plugin
This commit is contained in:
@ -1,9 +1,20 @@
|
||||
<template>
|
||||
<v-app>
|
||||
<v-main>
|
||||
<v-card>
|
||||
<v-card-title>...</v-card-title>
|
||||
</v-card>
|
||||
<v-row>
|
||||
<v-col
|
||||
cols="12"
|
||||
sm="6"
|
||||
md="4"
|
||||
v-for="(plugin, index) in plugins"
|
||||
:key="index"
|
||||
>
|
||||
<v-card>
|
||||
<v-card-title>{{ plugin.name }}</v-card-title>
|
||||
<v-card-text>{{ plugin.desc }}</v-card-text>
|
||||
</v-card>
|
||||
</v-col>
|
||||
</v-row>
|
||||
</v-main>
|
||||
</v-app>
|
||||
</template>
|
||||
|
Reference in New Issue
Block a user