feat: preview route and trigger preview
This commit is contained in:
parent
b74ff126e3
commit
8f880fd34d
5 changed files with 24 additions and 4 deletions
|
|
@ -28,6 +28,7 @@ defineEmits<{
|
|||
(e: 'delete'): void;
|
||||
(e: 'changeStatus'): void;
|
||||
(e: 'example'): void;
|
||||
(e: 'preview'): void;
|
||||
}>();
|
||||
</script>
|
||||
<template>
|
||||
|
|
@ -121,6 +122,7 @@ defineEmits<{
|
|||
outline
|
||||
color="primary"
|
||||
class="rounded q-ml-auto"
|
||||
@click="$emit('preview')"
|
||||
padding="2px 8px"
|
||||
>
|
||||
<q-icon name="mdi-play-box-outline" size="xs" class="q-mr-xs" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue