2
0
mirror of https://github.com/tenrok/vue-tribute.git synced 2026-06-21 19:50:35 +03:00

Directive tests

This commit is contained in:
syropian
2016-07-24 13:14:47 -04:00
parent 9e2cf1ee46
commit 17a0c3d8e4
7 changed files with 194 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<template>
<input type="text" v-input-autosize v-model="foo" placeholder="Butts" />
<input type="text" v-input-autosize v-model="foo" placeholder="A placeholder" />
</template>
<script>
import Vue from "vue";