diff --git a/components/command/CommandItem.vue b/components/command/CommandItem.vue new file mode 100644 index 00000000..d5c56bbd --- /dev/null +++ b/components/command/CommandItem.vue @@ -0,0 +1,58 @@ + + + + + + + + + {{ cmd.name }} + + + {{ cmd.description }} + + + + + + {{ $t('command.complete') }} + + + + + + {{ $t('command.activate') }} + + + + + diff --git a/components/command/CommandPanel.vue b/components/command/CommandPanel.vue index b024a3d7..3f2de717 100644 --- a/components/command/CommandPanel.vue +++ b/components/command/CommandPanel.vue @@ -1,5 +1,6 @@