vue-stripe-menu icon indicating copy to clipboard operation
vue-stripe-menu copied to clipboard

Creating a navigation menu with animations like on Stripe

Results 19 vue-stripe-menu issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...

dependencies

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) Commits aa7a408 1.1.1...

dependencies

`TODO` close #143 close #196 close #246 Bringing the repository to new standards and technologies.

I added a plugin `/plugins/menu.js` ``` 'use strict' import Vue from 'Vue' import VueStripeMenu from 'vue-stripe-menu' import 'vue-stripe-menu/dist/vue-stripe-menu.css' Vue.use(VueStripeMenu) ``` And i got a lot of error, ```bash WARN in...

Hello, I am having trouble being able to add any css that will allow the vsm-mob-content to scroll (when the amount fills the height of the screen). Do you have...

Can't seem to get it to work with Vue 3.

First off, great work! I always loved the stripe dropdowns and you did a bang up job implementing it. Is there any way to make this more navigable via keyboard...

I filmed some slow motion to analyze it a bit. There doesn't seem to be a good way too smooth it out using width and heigh, but I found [this...