vue-screen
Advanced tools
Comparing version 2.3.2 to 2.4.0
@@ -317,2 +317,4 @@ 'use strict'; | ||
app.config.globalProperties.$grid = grid; | ||
app.provide('screen', screen); | ||
app.provide('grid', grid); | ||
}; | ||
@@ -319,0 +321,0 @@ var plugin = { |
@@ -313,2 +313,4 @@ import { reactive, getCurrentInstance, onUnmounted } from 'vue'; | ||
app.config.globalProperties.$grid = grid; | ||
app.provide('screen', screen); | ||
app.provide('grid', grid); | ||
}; | ||
@@ -315,0 +317,0 @@ var plugin = { |
{ | ||
"name": "vue-screen", | ||
"version": "2.3.2", | ||
"version": "2.4.0", | ||
"description": "Reactive screen size and media query states for Vue. Integrates with most UI frameworks out of the box.", | ||
@@ -5,0 +5,0 @@ "main": "dist/vue-screen.cjs.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33604
807