@metalsadman can I have a layout without a QToolBar and have it’s pages have thei own toolbar that is elevated and fixed to the top?
Latest posts made by kolaval
-
RE: page with its own toolbar
-
RE: page with its own toolbar
@dobbel yes I know, but I wanted a toolbar per page not in the layout.
-
RE: page with its own toolbar
Can anyone point me to a tutorial on layout + pages? Maybe I’m just not getting it.
-
RE: page with its own toolbar
@metalsadman Finally got the codesandbox done.
https://codesandbox.io/s/magical-dust-vr54q?file=/src/pages/Test.vueYou’ll notice the toolbars are there but scroll out of sight.
-
page with its own toolbar
I have a layout with 2 sub pages (in QRouteTab) each containing QPage.
I want a custom toolbar in the header of each page (with options) but I have not gotten it working properly yet.If I add a QToolbar to the QPage then it scrolls out of view.
Can do I add a toolbar that is elevated and stays on top even when scrolling a list? -
RE: Unable to create a project - events.js error
running quasar create inside the target folder seemed to work
-
Unable to create a project - events.js error
I’m trying to create a quasar app, but it keeps on failing.
node: v12.18.1
npm: 6.14.5
quasar: 1.1.0Installing:
? Target directory exists. Continue? Yes
? Project name (internal usage for dev) qapp
? Project product name (must start with letter if building mobile apps) qapp
? Project description A Quasar Framework app
? Author xxx
? Pick your favorite CSS preprocessor: (can be changed later) Sass
? Pick a Quasar components & directives import strategy: (can be changed later) Auto import
? Check the features needed for your project: ESLint (recommended), Axios
? Pick an ESLint preset: Standard
? Continue to install project dependencies after the project has been created? (recommended) yarnQuasar CLI · Generated “c:\git\testy\qapp1”.
[*] Installing project dependencies …
events.js:292
throw er; // Unhandled ‘error’ event
^
Error: spawn C:\WINDOWS\system32\cmd.exe ENOENT
at Process.ChildProcess._handle.onexit (internal/child_process.js:267:19)
at onErrorNT (internal/child_process.js:469:16)
at processTicksAndRejections (internal/process/task_queues.js:84:21)
Emitted ‘error’ event on ChildProcess instance at:
at Process.ChildProcess._handle.onexit (internal/child_process.js:273:12)
at onErrorNT (internal/child_process.js:469:16)
at processTicksAndRejections (internal/process/task_queues.js:84:21) {
errno: ‘ENOENT’,
code: ‘ENOENT’,
syscall: ‘spawn C:\WINDOWS\system32\cmd.exe’,
path: ‘C:\WINDOWS\system32\cmd.exe’,
spawnargs: [ ‘/d’, ‘/s’, ‘/c’, ‘“yarn install”’ ]