Skip to content

Commit

Permalink
docs(v1): add tip about bootstrap.js uiv-lib#836
Browse files Browse the repository at this point in the history
  • Loading branch information
wxsms committed Aug 9, 2023
1 parent ae31651 commit f6f0dff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/usage/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ Vue.use(uiv)

That's it. Happy coding!

::: warning
The uiv lib is meant to be a replacement of bootstrap js files. Therefore, include the css file of bootstrap, but not js files, such as the `bootstrap.min.js`, which should not be included. Otherwise, you might encounter some unexpected issues.
:::

### No conflict

All components & directives will be installed with no prefix by default, you can add any prefix to them to avoid conflicts with other libs if needed.
Expand Down

0 comments on commit f6f0dff

Please sign in to comment.