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
{{ message }}
This repository was archived by the owner on Jan 22, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@
16
16
17
17
<!--- Go over all the following points, and put an `x` in the boxes. -->
18
18
19
-
-[] My code follows the code style of this project (I at least ran `npm run format` and `npm run build`).
19
+
-[] My code follows the code style of this project (I ran `npm run format`).
20
20
-[] I have read the **CONTRIBUTING** document.
21
21
22
22
<!--- Pull requests should be thought of as a conversation. There will be some back and forth when trying to get code merged into this or any other project. With all but the simplest changes you can and should expect that the maintainers of the project will request changes to your code. Please be aware of that and check in after you open your PR in order to get your code merged in cleanly.
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ This is a wrapper repository for the popular [Add to Calendar Button](), making
14
14
15
15
<br /><br />
16
16
17
-
This is for everybody, who wants to include a button at his/her Vue.js application, which enables users to easily add a specific event to their calendars.
17
+
This is for everybody, who wants to include a button at their Vue.js application, which enables users to easily add a specific event to their calendars.
18
18
The main goal of this repository is to keep this process as easy as possible at maximum compatibility. Simply define your button configuration and everything else is automatically generated by the script.
19
19
Supporting calendars at Apple, Google, Microsoft (365, Outlook, Teams), Yahoo, and generic iCal.
20
20
@@ -105,10 +105,11 @@ import AddToCalendarButton from 'add-to-calendar-button-vue';
105
105
```
106
106
107
107
Use the componet inside your code and declare any options as attributes.
108
+
108
109
```
109
-
<add-to-calendar-button
110
-
name="Test-Event"
111
-
startDate="2023-05-22"
110
+
<add-to-calendar-button
111
+
name="Test-Event"
112
+
startDate="2023-05-22"
112
113
:options="['Apple','Google','Yahoo','iCal']"
113
114
></add-to-calendar-button>
114
115
```
@@ -146,6 +147,7 @@ Find all information about the available parameters and how to configure specifi
146
147
147
148
## ⚡ Changelog
148
149
150
+
- v1.2 : asynch functionality
149
151
- v1.1 : changing component name
150
152
- v1.0 : initial release
151
153
@@ -163,7 +165,7 @@ Anyone is welcome to contribute, but mind the [guidelines](.github/CONTRIBUTING.
0 commit comments