chore: using symbol as provide key (#8260)
This commit is contained in:
@@ -3,7 +3,7 @@ import { useChildren } from '@vant/use';
|
||||
|
||||
const [createComponent, bem] = createNamespace('action-bar');
|
||||
|
||||
export const ACTION_BAR_KEY = 'vanActionBar';
|
||||
export const ACTION_BAR_KEY = Symbol('ActionBar');
|
||||
|
||||
export default createComponent({
|
||||
props: {
|
||||
|
||||
Reference in New Issue
Block a user