moander
moander
I also added a script setup example using the component.
Untested.. I found that `GoogleCloudStorageFromEnvironmentVariable` is not currently in use, but it seems to do exactly what I want.
```js let name = 'NotWorking'; app.controller(name, function ($http) { }); app.controller('works', function ($http) { }); ``` Result ```js var name = 'NotWorking'; // should have been annontated app.controller(name, function ($http)...
### Clear and concise description of the problem When in lock down mode you want to hide icons and other stuff to make the page look less ugly. I suggest...
First of all thank you for all the hard work. Quasar framework is awesome! [Vetur](https://github.com/vuejs/vetur/pull/865) supports [Quasar Framework](https://github.com/quasarframework/quasar/issues/894) but for app extensions you need to add quasar as a dependency:...
jaysvcutil v0.1.8 from npm does not work in bash ``` $ npm install -g jaysvcutil $ jaysvcutil env: node\r: No such file or directory ``` Removing CR from the file...