Skip to content

Commit e096e69

Browse files
updated docs
1 parent b0a260d commit e096e69

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In `<template>` add:
2323
The component renders object as a tree that can be expanded to display nested values, very similar to inspecting JavaScript objects using the Developer Tools, but with full reactivity & advanced UI and UX designed specifically for ease of use and joy for the developer.
2424

2525
## Install
26-
> At the moment vue-dd has no build step, so it supports only SFC based versions of Vue.
26+
2727
```bash
2828
# npm
2929
npm install vue-dd

vue-dd/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,13 @@ In `<template>` add:
2323
The component renders object as a tree that can be expanded to display nested values, very similar to inspecting JavaScript objects using the Developer Tools, but with full reactivity & advanced UI and UX designed specifically for ease of use and joy for the developer.
2424

2525
## Install
26-
> At the moment vue-dd has no build step, so it supports only SFC based versions of Vue.
2726
```bash
2827
# npm
2928
npm install vue-dd
3029
# yarn
3130
yarn add vue-dd
3231
```
3332

34-
3533
Add globally in `main.js`:
3634
```js
3735
import { VueDd } from 'vue-dd'

0 commit comments

Comments
 (0)