Add most of components and prepare for V1 Release
This commit is contained in:
11
src/components/autocomplete.vue
Normal file
11
src/components/autocomplete.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<input
|
||||
ref="input"
|
||||
v-bind="$attrs"
|
||||
v-on="$attrs"
|
||||
/>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default (function (x) { return x.default || x })(require('./autocompleteImpl.js'))
|
||||
</script>
|
||||
Reference in New Issue
Block a user