bkui-vue 0.0.1-beta.365 → 0.0.1-beta.366
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/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -0
- package/dist/index.umd.js +1 -1
- package/lib/link/index.d.ts +15 -7
- package/lib/link/index.js +1 -1
- package/lib/link/link.d.ts +4 -2
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -10907,6 +10907,7 @@ var Component$r = defineComponent({
|
|
10907
10907
|
underline: PropTypes.bool.def(false),
|
10908
10908
|
target: PropTypes.string.def("_self")
|
10909
10909
|
},
|
10910
|
+
emits: ["click"],
|
10910
10911
|
setup(props2, {
|
10911
10912
|
emit
|
10912
10913
|
}) {
|