@nanogiants/vue3-longpress
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "@nanogiants/vue3-longpress", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"files": [ | ||
@@ -42,3 +42,3 @@ "dist", | ||
}, | ||
"gitHead": "776516b6baa351e4fe8bf27b65fce0d9a576d9ff" | ||
"gitHead": "34633ec1d726b9b5d6e4dc3016a36e03f5e1ccc6" | ||
} |
@@ -17,3 +17,6 @@ | ||
// main.ts file | ||
import { vLongpress } from 'vue3-longpress'; | ||
import { vLongpress } from '@nanogiants/vue3-longpress'; | ||
import App from './App.vue'; | ||
const app = createApp(App); | ||
app.directive('use-longpress', vLongpress); | ||
@@ -20,0 +23,0 @@ |
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
5973
58