mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 19:24:16 +00:00
chore: using symbol as provide key (#8260)
This commit is contained in:
@@ -30,7 +30,7 @@ import {
|
||||
import { useTouch } from '../composables/use-touch';
|
||||
import { useExpose } from '../composables/use-expose';
|
||||
|
||||
export const INDEX_BAR_KEY = 'vanIndexBar';
|
||||
export const INDEX_BAR_KEY = Symbol('IndexBar');
|
||||
|
||||
export type IndexBarProvide = {
|
||||
props: {
|
||||
|
Reference in New Issue
Block a user