Skip to content

Commit

Permalink
feat: import xml tip
Browse files Browse the repository at this point in the history
  • Loading branch information
kungfuboy committed Oct 13, 2022
1 parent 2a9bfc3 commit 9d9e987
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ export class ParamsImportComponent {

get eg() {
switch (this.contentType) {
// case 'xml':
// return `<name>Jack</name><age>12</age>`;
case 'xml':
return `<name>Jack</name><age>12</age>`;
// case 'json':
// return `{ "name": "Jack", "age": 12 }`;
case 'formData':
Expand Down

0 comments on commit 9d9e987

Please sign in to comment.