
Product
Announcing Socket Fix 2.0
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
vue2-google-search
Advanced tools
Vue2GoogleSearch Component for Vue 2.x
npm install vue2-google-search --save
For demo, please see here
1. Import the component
import Vue2GoogleSearch from 'vue2-google-search';
2.1 Use it globally
Vue.use(Vue2GoogleSearch);
2.2 Or use it locally
components: {
'vue2-google-search': Vue2GoogleSearch
},
3. Update your app or template:
<div>
...
<vue2-google-search></vue2-google-search>
...
</div>
There are no properties.
Please see App.vue for example use.
Contributions are welcome
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
FAQs
Vue2GoogleSearch: Vue2 component
We found that vue2-google-search demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.