Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion src/stories/Intro/Intro.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,11 @@ Vue.prototype.$notify = Notification

```

# 4. Add all required styles
# 4. Add element-ui types

Add `"element-ui"` in `tsconfig.json` file (`"types"` section)

# 5. Add all required styles

The previous section added not all required styles. To fix it you should add imports into `scss` file.

Expand Down