Skip to content

Commit

Permalink
fix(readme): update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorn Walli committed Feb 2, 2020
1 parent c630696 commit 83ea25d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ yarn add nuxt-custom-elements # or npm install nuxt-custom-elements
| `staticPath` | `String` | Path to the `static` directory. | `null` | `false` |
| `entries` | `Array` | Defines the component bundles.<br><br>Components can be distributed in separate end points.<br>Allows the targeted distribution of resources. | `null` | `true` |

---

## Entry

```js
Expand Down Expand Up @@ -147,8 +145,6 @@ yarn add nuxt-custom-elements # or npm install nuxt-custom-elements
| `name` | `String` | Name of the endpoint.<br>Value will be converted to ParamCase later.<br><br>Example: `EndpointName` -> `endpoint-name` |
| `tags` | `Array` | Tag of the endpoint.<br>Value will be converted to ParamCase later. |

---

## Tag

| Name | Type | Description |
Expand Down Expand Up @@ -221,7 +217,6 @@ Or execute a `nuxt build`, the files are located under `.nuxt/nuxt-custom-elemen
To develop a custom component in dev mode, the endpoint must be called in the create method of a page.

```html

<script>
export {
data () {
Expand All @@ -237,7 +232,6 @@ export {
}
}
</script>

```

The custom elements contained in the page template can now be called.
Expand Down

0 comments on commit 83ea25d

Please sign in to comment.