diff --git a/components/header/Header.vue b/components/header/Header.vue new file mode 100644 index 0000000..5a57fd2 --- /dev/null +++ b/components/header/Header.vue @@ -0,0 +1,49 @@ + + + diff --git a/components/header/icon/Add.vue b/components/header/icon/Add.vue new file mode 100644 index 0000000..df87790 --- /dev/null +++ b/components/header/icon/Add.vue @@ -0,0 +1,11 @@ + + + diff --git a/components/header/tag/Tag.vue b/components/header/tag/Tag.vue new file mode 100644 index 0000000..9e467ac --- /dev/null +++ b/components/header/tag/Tag.vue @@ -0,0 +1,18 @@ + + + + + diff --git a/components/layout/Root.vue b/components/layout/Root.vue index a13b9ca..240b40e 100644 --- a/components/layout/Root.vue +++ b/components/layout/Root.vue @@ -2,14 +2,23 @@ defineOptions({ name: 'LayoutRoot', }) + +const sidebar = useSidebarStore() + +const { panSize } = storeToRefs(sidebar)