vuetify-overlay
v1.0.4
Published
> Simple to use, Vuetify overlay component. > Github: https://github.com/goodjun/vuetify-overlay
Downloads
13
Readme
Vuetify Overlay
Simple to use, Vuetify overlay component. Github: https://github.com/goodjun/vuetify-overlay
Install
npm install vuetify-overlay --save
How to use
Include plugin in your src/plugins/vuetify.ts
file.
import VuetifyOverlay from "vuetify-overlay";
Vue.use(VuetifyOverlay);
How to call
// Open overlay
this.$overlay(true);
// Close overlay
this.$overlay(false);