File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,11 @@ createApp(App).use(Particles, {
36
36
``` html
37
37
<template >
38
38
<div id =" app" >
39
- <vue-particles id =" tsparticles" :particlesLoaded =" particlesLoaded" url =" http://foo.bar/particles.json" />
39
+ <vue-particles id =" tsparticles" @particles-loaded =" particlesLoaded" url =" http://foo.bar/particles.json" />
40
40
41
41
<vue-particles
42
42
id =" tsparticles"
43
- :particlesLoaded =" particlesLoaded"
43
+ @particles-loaded =" particlesLoaded"
44
44
:options =" {
45
45
background: {
46
46
color: {
Original file line number Diff line number Diff line change @@ -36,11 +36,11 @@ createApp(App).use(Particles, {
36
36
``` html
37
37
<template >
38
38
<div id =" app" >
39
- <vue-particles id =" tsparticles" :particlesLoaded =" particlesLoaded" url =" http://foo.bar/particles.json" />
39
+ <vue-particles id =" tsparticles" @particles-loaded =" particlesLoaded" url =" http://foo.bar/particles.json" />
40
40
41
41
<vue-particles
42
42
id =" tsparticles"
43
- :particlesLoaded =" particlesLoaded"
43
+ @particles-loaded =" particlesLoaded"
44
44
:options =" {
45
45
background: {
46
46
color: {
You can’t perform that action at this time.
0 commit comments