Skip to content

Commit

Permalink
Merge pull request #80 from what-crud/28_add-slots-for-items-view-fields
Browse files Browse the repository at this point in the history
28 add slots for items view fields
  • Loading branch information
szczepanmasny authored Nov 15, 2019
2 parents 95a08c7 + a0e4ed6 commit b37d1fe
Show file tree
Hide file tree
Showing 20 changed files with 555 additions and 204 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ npm run serve
### Usage

The simplest possible code that supports CRUD operations for one table will look something like this:
```vue
``` html
<template>
<div>
<crud
Expand Down
1 change: 0 additions & 1 deletion docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ module.exports = {
'/guide/crud/custom-configuration',
'/guide/crud/field-options',
'/guide/crud/items-view',
'/guide/crud/item-details',
'/guide/crud/extended-details',
'/guide/crud/item-elements',
]
Expand Down
10 changes: 5 additions & 5 deletions docs/guide/components/app.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

### Example:

```vue
``` html
<template>
<div>
<toolbar
Expand Down Expand Up @@ -111,7 +111,7 @@ export default {

### Example:

```vue
``` html
<template>
<div>
<sidebar
Expand Down Expand Up @@ -217,7 +217,7 @@ export default {

### Example:

```vue
``` html
<template>
<div>
<footnote v-if="footer">
Expand Down Expand Up @@ -268,7 +268,7 @@ export default {

### Example:

```vue
``` html
<template>
<div>
<back-top></back-top>
Expand All @@ -295,7 +295,7 @@ export default {

### Example:

```vue
``` html
<template>
<div>
<v-content class="content">
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/components/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

#### Example:

```vue
``` html
<template>
<login-form
redirect="/home"
Expand Down
Loading

0 comments on commit b37d1fe

Please sign in to comment.