@codeandfunction/callaloo 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
- package/dist/favicon.ico +0 -0
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ The following example demonstrates how to use a Callaloo component in your Vue p
|
|
|
24
24
|
|
|
25
25
|
```vue
|
|
26
26
|
<script setup lang="ts">
|
|
27
|
-
import { CLButton } from '@codeandfunction/
|
|
27
|
+
import { CLButton } from '@codeandfunction/callaloo';
|
|
28
28
|
|
|
29
29
|
const onClickHandler = (evt?: Event) => {
|
|
30
30
|
alert('Hello World!');
|
package/package.json
CHANGED
package/dist/favicon.ico
DELETED
|
Binary file
|