You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/calendar/package.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -161,7 +161,7 @@
161
161
"events": [
162
162
{
163
163
"event": "input",
164
-
"description": "Emitted to when updating the v-model",
164
+
"description": "Emitted when updating the v-model",
165
165
"args": [
166
166
{
167
167
"arg": "date",
@@ -175,7 +175,7 @@
175
175
},
176
176
{
177
177
"event": "selected",
178
-
"description": "Emitted to when user has selected (clicked) a date. Note this event will also be emitted if the user clicks on the currently selected date",
178
+
"description": "Emitted when user has selected (clicked) a date. Note this event will also be emitted if the user clicks on the currently selected date",
179
179
"args": [
180
180
{
181
181
"arg": "ymd",
@@ -191,7 +191,7 @@
191
191
},
192
192
{
193
193
"event": "context",
194
-
"description": "Emitted to when when the user changes the active date via date navigation buttons or cursor control",
194
+
"description": "Emitted when when the user changes the active date via date navigation buttons or cursor control",
0 commit comments