diff --git a/yopa-web/Makefile b/yopa-web/Makefile index 279c345..56d1c4b 100644 --- a/yopa-web/Makefile +++ b/yopa-web/Makefile @@ -1,2 +1,7 @@ +.PHONY: assets watch + assets: cd resources && npm run build + +watch: + cd resources && npm run watch diff --git a/yopa-web/resources/src/components/EditObjectForm.vue b/yopa-web/resources/src/components/EditObjectForm.vue index c8df88d..83a13da 100644 --- a/yopa-web/resources/src/components/EditObjectForm.vue +++ b/yopa-web/resources/src/components/EditObjectForm.vue @@ -134,19 +134,20 @@ export default {