Skip to content

Commit 1ee2728

Browse files
committed
Fix adding package via npm
1 parent 128f805 commit 1ee2728

File tree

3 files changed

+15584
-12862
lines changed

3 files changed

+15584
-12862
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,11 @@ HTML:
151151
<!-- Requires Vue version 3.x -->
152152
<script src="https://unpkg.com/vue@next"></script>
153153
<!-- Flow Form -->
154-
<script src="https://unpkg.com/@ditdot-dev/[email protected].0"></script>
154+
<script src="https://unpkg.com/@ditdot-dev/[email protected].1"></script>
155155
<!-- Flow Form base CSS -->
156-
<link rel="stylesheet" href="https://unpkg.com/@ditdot-dev/[email protected].0/dist/vue-flow-form.min.css">
156+
<link rel="stylesheet" href="https://unpkg.com/@ditdot-dev/[email protected].1/dist/vue-flow-form.min.css">
157157
<!-- Optional theme.css -->
158-
<link rel="stylesheet" href="https://unpkg.com/@ditdot-dev/[email protected].0/dist/vue-flow-form.theme-minimal.min.css">
158+
<link rel="stylesheet" href="https://unpkg.com/@ditdot-dev/[email protected].1/dist/vue-flow-form.theme-minimal.min.css">
159159
<!-- Optional font -->
160160
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;900&amp;display=swap">
161161
</head>

0 commit comments

Comments
 (0)