File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ npm install vue-motion
3434
3535import { createApp } from ' vue'
3636import App from ' ./App.vue'
37- import ' @/styles/animations .css'
37+ import " vue-motion/dist/vue-motion .css" ;
3838
3939createApp (App).mount (' #app' )
4040```
@@ -56,7 +56,7 @@ createApp(App).mount('#app')
5656<script setup>
5757import { ref } from 'vue'
5858// Import the component
59- import { Fade } from '../../src/components/Fade. vue'
59+ import { Fade } from " vue-motion";
6060const show = ref(true)
6161</script>
6262
Original file line number Diff line number Diff line change 11{
22 "name" : " vue-motion" ,
3- "version" : " 0.0.1 " ,
3+ "version" : " 0.9.0 " ,
44 "private" : false ,
55 "type" : " module" ,
66 "main" : " dist/vue-motion.umd.js" ,
77 "module" : " dist/vue-motion.es.js" ,
8+ "unpkg" : " dist/vue-motion.umd.js" ,
9+ "jsdelivr" : " dist/vue-motion.umd.js" ,
810 "engines" : {
911 "node" : " ^20.19.0 || >=22.12.0"
1012 },
1618 },
1719 "keywords" : [
1820 " vue-motion" ,
19- " vue3 animations " ,
20- " Transition " ,
21+ " vue3" ,
22+ " vue transition " ,
2123 " vue animations" ,
22- " Transition for vue" ,
23- " component based animations"
24+ " vue motion library" ,
25+ " component animations" ,
26+ " motion"
2427 ],
2528 "files" : [
2629 " dist"
You can’t perform that action at this time.
0 commit comments