Skip to content

Commit 23ef833

Browse files
author
Nathan Reyes
committed
Fix README table
1 parent 7b9f129 commit 23ef833

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ Vue.use(VCalendar, {
368368
```
369369

370370
| Property Name | Type | Description | Default |
371-
|---------------|-------------|---------|
371+
| ------------- | ---- | ----------- | ------- |
372372
| `componentPrefix` | String | Custom prefix to use for plugin components | `"v"` |
373373
| `firstDayOfWeek` | Number | Day number for the first day of the week (1: Sun - 7: Sat) | `1` |
374374
| `monthLabels` | Array | Month labels displayed in header (localized) | `["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"]` |

docs/components/setup/sections/SectionSetup.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ export default {
7474
// Access v-calendar, v-date-packer and v-popover components
7575
Vue.use(VCalendar, {
7676
// OPTIONAL: Pass default settings here (default values shown below)
77+
componentPrefix: 'v',
7778
firstDayOfWeek: 1, // Sunday is the default
7879
navVisibility: 'focus',
7980
titlePosition: 'center',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"private": false,
2828
"license": "MIT",
2929
"scripts": {
30-
"prepublishOnly": "npm run build",
30+
"prepublishOnly": "npm run build:lib",
3131
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
3232
"unit": "jest --config test/unit/jest.conf.js --coverage",
3333
"test": "npm run unit",

0 commit comments

Comments
 (0)