vue icon indicating copy to clipboard operation
vue copied to clipboard

Vue implementation of Geist

Results 12 vue issues
Sort by recently updated
recently updated
newest added

# Bug report 🐞 ## Version & Environment - Chrome v85.0.4183.121 (Official Build) (64-bit) ### Button's ripple doesn't work fine! The ripple of button does not emerge from point of...

# Bug report 🐞 I import components in the following way: ```js import Vue from 'vue' import Button from '@zeit-ui/vue/lib/button.common' import '@zeit-ui/themes/index.css' import '@zeit-ui/themes/dark.css' import '@zeit-ui/vue/lib/button.css' Button.install(Vue) ``` It works...

bug