Skip to content

Commit

Permalink
feat: update to Vuetify 2.2.26
Browse files Browse the repository at this point in the history
  • Loading branch information
mariobuikhuizen committed Apr 29, 2020
1 parent d4f4068 commit b85e8fe
Show file tree
Hide file tree
Showing 5 changed files with 2,381 additions and 816 deletions.
3 changes: 3 additions & 0 deletions generate_source/generate_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ def make_type(api_type):
if api_type == 'number':
api_type = 'float'

if api_type == 'dataoptions':
api_type = 'object'

if api_type in ['boolean', 'string', 'object', 'any', 'float']:
return {'type': api_type}

Expand Down
Loading

0 comments on commit b85e8fe

Please sign in to comment.