Skip to content

Commit

Permalink
Fix adding package via npm
Browse files Browse the repository at this point in the history
  • Loading branch information
spinn committed May 27, 2021
1 parent 128f805 commit 1ee2728
Show file tree
Hide file tree
Showing 3 changed files with 15,584 additions and 12,862 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,11 @@ HTML:
<!-- Requires Vue version 3.x -->
<script src="https://unpkg.com/vue@next"></script>
<!-- Flow Form -->
<script src="https://unpkg.com/@ditdot-dev/[email protected].0"></script>
<script src="https://unpkg.com/@ditdot-dev/[email protected].1"></script>
<!-- Flow Form base CSS -->
<link rel="stylesheet" href="https://unpkg.com/@ditdot-dev/[email protected].0/dist/vue-flow-form.min.css">
<link rel="stylesheet" href="https://unpkg.com/@ditdot-dev/[email protected].1/dist/vue-flow-form.min.css">
<!-- Optional theme.css -->
<link rel="stylesheet" href="https://unpkg.com/@ditdot-dev/[email protected].0/dist/vue-flow-form.theme-minimal.min.css">
<link rel="stylesheet" href="https://unpkg.com/@ditdot-dev/[email protected].1/dist/vue-flow-form.theme-minimal.min.css">
<!-- Optional font -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;900&amp;display=swap">
</head>
Expand Down
Loading

0 comments on commit 1ee2728

Please sign in to comment.