refactor: add go inside/outside
This commit is contained in:
parent
54927337eb
commit
bd2b327313
1 changed files with 43 additions and 40 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue