Skip to content

Commit

Permalink
Feature, limit props added
Browse files Browse the repository at this point in the history
  • Loading branch information
Gautam committed Mar 6, 2024
1 parent 8577536 commit a46d8f7
Show file tree
Hide file tree
Showing 11 changed files with 187 additions and 31 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ yarn-error.log*

# Project specific
coverage
dist
test/unit/coverage
package-lock.json
dev/dist
Expand Down
2 changes: 1 addition & 1 deletion dev/Dev.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div id="app">
<v-select v-model="selected" v-bind="config" />
<v-select v-model="selected" v-bind="config"/>
</div>
</template>

Expand Down
3 changes: 3 additions & 0 deletions dist/vue-select.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a46d8f7

Please sign in to comment.