Hiding Elements in Vue 2.0

You are using the following line of code to hide elements under a certain condition when using element UI for vue 2.0.hidden-md-and-down Which of these files should be imported to do so?

Options
  1. element-ui/lib/theme-chalk/disp.css
  2. element-ui/lib/theme-chalk/display.css
  3. element-ui/theme-chalk/display.cs
  4. element/lib/theme-chalk/display.css

Related Posts