Bugger
Results
12
comments of
Bugger
Does the `updatePopper` works? https://github.com/RobinCK/vue-popper/blob/master/src/component/popper.js.vue#L358 I also noticed in your project that you are using `click` while it should be `clickToToggle` this way you can get rid of: ```js if...
I don't see a reason for you to create a mask for URLs, the best option you have here is to start with `http://` and make the `s` optional and...