Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 401 Bytes

UPGRADING.md

File metadata and controls

12 lines (11 loc) · 401 Bytes

Upgrade Guide

From v2.x to v3.x

Styling

  • CSS file name has been changed, now you need to import this file instead
import 'vue-loading-overlay/dist/vue-loading.css';
  • If you have been importing SCSS files to override colors then you should use props instead since SCSS has been removed.

Component API

  • Rename animation prop to transition
  • Rename close event to hide