diff --git a/src/views/stylist/index.vue b/src/views/stylist/index.vue index 8956a65..d9f0b07 100644 --- a/src/views/stylist/index.vue +++ b/src/views/stylist/index.vue @@ -64,28 +64,28 @@ const userInfoStore = useUserInfoStore() const stylists = ref([ { id: 1, - value: 'mini', + value: 'crystal', name: 'Vera Lo', description: 'Contemporary, Classic, Simple Silhouettes, Statement Pieces', image: female }, { id: 2, - value: 'crystal', + value: 'mini', name: 'Sarah Chen', description: 'Modern, Edgy, Bold Colors, Street Style', image: male }, { id: 3, - value: 'mini', + value: 'crystal', name: 'Emma Wilson', description: 'Elegant, Feminine, Vintage Inspired, Soft Tones', image: female }, { id: 4, - value: 'crystal', + value: 'mini', name: 'Alex Johnson', description: 'Minimalist, Professional, Neutral Palette, Clean Lines', image: male