https://github.com/0x8f701/vuereusable
Vue Reusable Components
https://github.com/0x8f701/vuereusable
buefy vuejs2
Last synced: 3 months ago
JSON representation
Vue Reusable Components
- Host: GitHub
- URL: https://github.com/0x8f701/vuereusable
- Owner: 0x8f701
- License: mit
- Created: 2018-04-02T21:10:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-13T20:24:56.000Z (almost 7 years ago)
- Last Synced: 2025-03-18T16:07:59.385Z (7 months ago)
- Topics: buefy, vuejs2
- Language: JavaScript
- Homepage:
- Size: 4.15 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# VueReusable
Vue Reusable Components, Directives, Prototypes
## Components
- `ReturnTop`
```vue
```## Directives
- `v-fixed-top` : when scroll to a component, makes it fix there
- `v-focus` : the same as `el.focus()`
- `v-visible` : similar with `v-show` but it changes only visibility which means element will take space## Prototypes
- $eventBus : global eventbus for transferring informations