Skip to content

Commit

Permalink
Update frameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
octref committed Aug 12, 2018
1 parent 5962099 commit 4f5a547
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/framework.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Framework Support

Vetur currently provides framework support for Element UI and Onsen UI.
Vue frameworks can define custom components used in `<template>` region. For example, `vue-router` provides `<router-link>` component that could have attributes such as `to` and `replace`. Vetur currently provides autocomplete support for the component names and attributes.

Vetur currently provides framework support for the following vue libraries:

- [Vue Router](https://router.vuejs.org/)
- [Element UI](https://element.eleme.io/#/)
- [Onsen UI](https://onsen.io/)
- [Bootstrap Vue](https://bootstrap-vue.js.org/)
- [Buefy](https://buefy.github.io/#/)
- [Vuetify](https://vuetifyjs.com/en/)
- [Quasar Framework](https://quasar-framework.org/)

#### Usage

Expand Down

0 comments on commit 4f5a547

Please sign in to comment.