Skip to content

Commit 43bf39b

Browse files
committed
fix(breadcrumb): enable attributePassing and set customRef for Stencil
1 parent 8b0d0b4 commit 43bf39b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/components/configs/stencil/index.cjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ const onClickPlugin = require('../plugins/on-click.cjs');
66
module.exports = {
77
typescript: true,
88
attributePassing: {
9-
enabled: false
9+
enabled: true,
10+
customRef: '_ref'
1011
},
1112
plugins: [onClickPlugin]
1213
};

0 commit comments

Comments
 (0)