add noti
This commit is contained in:
@@ -104,6 +104,6 @@ const bgClass = computed(() => {
|
||||
|
||||
<style scoped>
|
||||
.notification-item {
|
||||
position: relative;
|
||||
border-radius: 8px;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -43,7 +43,7 @@ const currentPlan = computed(() => {
|
||||
return plans.value.find(p => p.id === currentPlanId.value);
|
||||
});
|
||||
|
||||
const { data, isLoading, mutate: mutatePlans } = useSWRV("r/plans", () => client.plans.plansList())
|
||||
const { data, isLoading, mutate: mutatePlans } = useSWRV("r/plans", client.plans.plansList)
|
||||
|
||||
watch(data, (newValue) => {
|
||||
if (newValue) {
|
||||
|
||||
Reference in New Issue
Block a user