Vuetify: [Bug Report] [Vue warn]: Invalid prop: custom validator check failed for prop "justifyMd".

Created on 19 May 2020  路  2Comments  路  Source: vuetifyjs/vuetify

Environment

Vuetify Version: 2.2.28
Vue Version: 2.6.11
Browsers: Chrome 81.0.4044.129
OS: Linux x86_64

Steps to reproduce

just add the justify-md attrib to VRow then that will produce it , the rest didn't produce it justify-[lg,xl,sm]

Expected Behavior

expect no err

Actual Behavior

doesn't work

Reproduction Link

https://codepen.io/annymosse/pen/oNjJNLq?editors=1011

layer 8 issue

Most helpful comment

justify-md accepts the following values: start, center, end, space-between and space-around. You may reference the Grid System documentation.

All 2 comments

justify-md accepts the following values: start, center, end, space-between and space-around. You may reference the Grid System documentation.

@ElijahKotyluk alright i have missed this point

Was this page helpful?
0 / 5 - 0 ratings