Alex Gillis
Alex Gillis
I had a similar issue and it turns out i was using a newer versions of krait/firebase so i reinstalled them with a lesser version as suggested by composer: "kreait/firebase-php":...
So I just start using this component (wrapper) but it seems that there is an object named options that passes mode (de starter mode) and modes an array of allowed...
``` 保存 import './assets/jsoneditor.css' import JsonEditor from './assets/jsoneditor' export default { props: ['value', 'showBtns',"mode","modes"], watch: { value: function (newValue) { if (!this.internalChange) { this.editor.set(newValue) } } }, data () {...