Skip to content

Commit

Permalink
gitignore updated
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhadip committed Nov 11, 2020
1 parent 0147df4 commit 2b43586
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ node_modules
.vscode
dist/
testumdbuild/
/demo
demo/
example/*.js
7 changes: 0 additions & 7 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -161,13 +161,6 @@
>
</appdate-picker>
</div>

<div class="ind">
<label>Calendar Color </label>
<appdate-picker :full-month-name="true" input-class="customClass" placeholder="Select Date" @input="dateSelected">
</appdate-picker>
</div>

<div class="ind">
<label>Inline </label>
<appdate-picker :inline="true" @input="dateSelected"></appdate-picker>
Expand Down

0 comments on commit 2b43586

Please sign in to comment.