fe30653194
The check is run only if its last parameter is true; data() tries to convert the HTML attribute string to an actual JavaScript value, so "true" is returned as an actual boolean instead of an string; as a strict comparison against "true" was used the result was false and thus the checks were not run. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> |
||
---|---|---|
.. | ||
Activity | ||
BackgroundJobs | ||
Controller | ||
css | ||
img | ||
js | ||
l10n | ||
Mailer | ||
Middleware | ||
src | ||
templates | ||
.babelrc.js | ||
.editorconfig | ||
.gitignore | ||
Application.php | ||
help.php | ||
Hooks.php | ||
Makefile | ||
package-lock.json | ||
package.json | ||
README.md | ||
routes.php | ||
webpack.common.js | ||
webpack.dev.js | ||
webpack.prod.js |
Settings section
Nextcloud settings with Vue
Build Setup
# install dependencies
make dev-setup
# build for development
make build-js
# build for development and watch edits
make watch-js
# build for production with minification
make build-js-production
# clean output files
make clean