Add example tooltips

This commit is contained in:
luis cielak
2018-08-09 13:49:17 -04:00
parent c9363515be
commit 090768972b
5 changed files with 119 additions and 0 deletions

View File

@@ -1,8 +1,12 @@
import classes from '../styles/atat.scss'
import Vue from 'vue/dist/vue'
import VTooltip from 'v-tooltip'
import textinput from './components/text_input'
Vue.use(VTooltip)
const app = new Vue({
el: '#app-root',
components: {