refactor: add go inside/outside

This commit is contained in:
Net 2024-07-18 15:04:58 +07:00
parent 54927337eb
commit bd2b327313

View file

@ -603,12 +603,12 @@ watch(locale, () => {
children-key="branch"
v-model:expanded="expandedTree"
color="info"
selected-color="primary"
style="color: var(--foreground)"
>
<template #default-header="{ node }">
<div class="column full-width">
<div
class="row col items-center justify-between full-width no-wrap"
class="column full-width"
@click.stop="
() => {
if (
@ -648,6 +648,9 @@ watch(locale, () => {
}
}
"
>
<div
class="row col items-center justify-between full-width no-wrap"
>
<span>{{ node.name }}</span>
<div