Bruno17

Results 99 comments of Bruno17

Is VFJS now working with Vue3, actually?

@Taaitaaiger Thanks for that! How did you proceed What I did try: ``` git clone https://github.com/jarvelov/vue-form-json-schema.git cd vue-form-json-schema git checkout vue3rewrite npm install ``` that was running for a while...

got example 1 running by changing ``` "scripts": { "build": "NODE_ENV=production webpack -p --config webpack.config.prod.js", "dev": "NODE_ENV=development webpack --config webpack.config.dev.js --watch", "lint": "eslint src", "prepublish": "npm run build", "test": "echo...

@miguelzapaton do you have a UMD version of your fork or is it possible to build one?

@miguelzapaton I'm trying https://github.com/jarvelov/vue-form-json-schema/tree/vue3rewrite/examples/example-1 with vue3-form-json-schema.umd.js build from your fork, but window.VueFormJsonSchema seems to be undefined at that line: app.use(window.VueFormJsonSchema.vfjsPlugin);

Thank you, @miguelzapaton. That works! At First, I tried the example-one from here, but it didn't update the model. Your new UMD example-one works. Do you think, it is possible...

@miguelzapaton So I've created a fork and are trying to add a Quasar UMD example. Maybe better to discuss issues outside of this Repo here and started an issue on...

Doesn't it has to be ``` calendar.value.prev() ``` same with next() and moveToToday() ?

I've solved multiple configs by creating a folderstruture like that: modxroot/ -gitify/ --configA/ --configB/ and have a config.core.php within the config - directories with ```

@Mark-H maybe worth to put it to the docs?