Browse Source

fix(nc-gui): runtime directive warnings in OpenLeftSidebarBtn.vue

pull/6954/head
աɨռɢӄաօռɢ 9 months ago
parent
commit
bfb0d0705c
  1. 3
      packages/nc-gui/components/general/OpenLeftSidebarBtn.vue

3
packages/nc-gui/components/general/OpenLeftSidebarBtn.vue

@ -11,8 +11,8 @@ const onClick = () => {
</script>
<template>
<div v-e="['c:leftSidebar:hideToggle']">
<NcTooltip
v-e="['c:leftSidebar:hideToggle']"
placement="topLeft"
hide-on-click
class="transition-all duration-150"
@ -36,4 +36,5 @@ const onClick = () => {
</div>
</NcButton>
</NcTooltip>
</div>
</template>

Loading…
Cancel
Save