Alex McNerney
Alex McNerney
Unfortunately that configuration did not seem to work for me, it still attempts to request urls like `localhost:1337/admin/project-type`. Running it locally this is easy to miss, but it is apparent...
Turns out this was caused by a build issue; webpack was complaining that the `src/admin` folder did not provide any inputs. Adding in an empty `webpack.config.example.js` file fixed the issue...
I believe this is a non issue as `v-model` and `default-value` are not meant to be used at the same time. `default-value` is for "uncontrolled mode"; from the docs: >...