diff --git a/pages/posts/post_007.md b/pages/posts/post_007.md new file mode 100644 index 0000000..0540706 --- /dev/null +++ b/pages/posts/post_007.md @@ -0,0 +1,132 @@ +--- +title: Resizable drawer in Quasar +description: Create a drawer width resizable width. +date: 2023-11-24 +tags: [quasar] +outline: deep +--- + + + + + +## Problem description + +You need a resizable drawer - change width with you mouse or keys. + +## Solution + +Use a div and vTouchPan to resize. + +::: code-group +```vue [MyLayout.vue] + + + + + +``` +::: + +## Demo + +