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 +6 -4
- package/dist/br-dionysus.es.js +255 -260
- package/dist/br-dionysus.umd.js +4 -4
- package/package.json +1 -1
- package/packages/MDialog/src/MDialog.vue +10 -13
- package/packages/MSelect/docs/demo.vue +3 -2
- package/packages/MSelect/src/MSelect.vue +1 -0
- package/web-types.json +1 -1
package/README.md
CHANGED
|
@@ -589,8 +589,9 @@ const options: Option[] = [{
|
|
|
589
589
|
value: 'b'
|
|
590
590
|
}]
|
|
591
591
|
|
|
592
|
-
// const
|
|
593
|
-
// console.log('
|
|
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
|
|
3582
|
-
// console.log('
|
|
3582
|
+
// const change = (data: any) => {
|
|
3583
|
+
// console.log('test', test.value)
|
|
3584
|
+
// console.log('data', data)
|
|
3583
3585
|
// }
|
|
3584
3586
|
</script>
|
|
3585
3587
|
|