mirror of https://github.com/halo-dev/halo-admin
parent
fa6b42e1da
commit
da265e0187
|
@ -119,8 +119,8 @@ const { isStarted, changeStatus, uninstall } = usePluginLifeCycle(plugin);
|
|||
<FloatingDropdown>
|
||||
<IconSettings />
|
||||
<template #popper>
|
||||
<div class="links-w-48 links-p-2">
|
||||
<VSpace class="links-w-full" direction="column">
|
||||
<div class="w-48 p-2">
|
||||
<VSpace class="w-full" direction="column">
|
||||
<VButton block type="danger" @click="uninstall">
|
||||
卸载
|
||||
</VButton>
|
||||
|
|
|
@ -323,8 +323,8 @@ onMounted(() => {
|
|||
<FloatingDropdown>
|
||||
<IconSettings />
|
||||
<template #popper>
|
||||
<div class="links-w-48 links-p-2">
|
||||
<VSpace class="links-w-full" direction="column">
|
||||
<div class="w-48 p-2">
|
||||
<VSpace class="w-full" direction="column">
|
||||
<VButton
|
||||
block
|
||||
type="secondary"
|
||||
|
|
Loading…
Reference in New Issue