nuxt-mail 3.0.22 → 3.0.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -157,7 +157,7 @@ Or via index (in which case you do not need the `name` property):
|
|
|
157
157
|
|
|
158
158
|
```js
|
|
159
159
|
this.$axios.$post('/mail/send', {
|
|
160
|
-
config: 1, //
|
|
160
|
+
config: 1, // Resolves to 'support'
|
|
161
161
|
from: 'John Doe',
|
|
162
162
|
subject: 'Incredible',
|
|
163
163
|
text: 'This is an incredible test message',
|
package/package.json
CHANGED