You've already forked random-web-tools
Fixes and refactoring
This commit is contained in:
@ -40,7 +40,6 @@ export default {
|
||||
axios.post(`${config.APP_URL}/api/php/php_array_to_json.php`, {
|
||||
data: this.toolData.data,
|
||||
minify_json: this.toolData.minifyJson ? true : false,
|
||||
transformResponse: x => x
|
||||
})
|
||||
.then((response) => {
|
||||
this.toolResult = response.data.data;
|
||||
|
@ -34,7 +34,7 @@ export default {
|
||||
toolData: {
|
||||
data: '',
|
||||
dataDelimiter: '',
|
||||
dataIsJson: '',
|
||||
dataIsJson: false,
|
||||
},
|
||||
toolResult: '',
|
||||
};
|
||||
|
Reference in New Issue
Block a user