br-dionysus 1.15.1 → 1.15.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 CHANGED
@@ -589,8 +589,9 @@ const options: Option[] = [{
589
589
  value: 'b'
590
590
  }]
591
591
 
592
- // const testFun = (p: number) => {
593
- // console.log('p', p)
592
+ // const change = (data: any) => {
593
+ // console.log('test', test.value)
594
+ // console.log('data', data)
594
595
  // }
595
596
  </script>
596
597
 
@@ -3578,8 +3579,9 @@ const options: Option[] = [{
3578
3579
  value: 'b'
3579
3580
  }]
3580
3581
 
3581
- // const testFun = (p: number) => {
3582
- // console.log('p', p)
3582
+ // const change = (data: any) => {
3583
+ // console.log('test', test.value)
3584
+ // console.log('data', data)
3583
3585
  // }
3584
3586
  </script>
3585
3587