mirror of
https://github.com/kevin-DL/build-gmail-clone-with-vue-3.git
synced 2026-01-23 23:51:25 +00:00
spacing
This commit is contained in:
@@ -2,8 +2,10 @@ import { reactive } from 'vue';
|
|||||||
import axios from 'axios';
|
import axios from 'axios';
|
||||||
|
|
||||||
let emailSet = new Set()
|
let emailSet = new Set()
|
||||||
|
|
||||||
export const useEmailSelection = function(){
|
export const useEmailSelection = function(){
|
||||||
const emails = reactive(emailSet)
|
const emails = reactive(emailSet)
|
||||||
|
|
||||||
const forSelected = (fn) => {
|
const forSelected = (fn) => {
|
||||||
emails.forEach(email => {
|
emails.forEach(email => {
|
||||||
fn(email)
|
fn(email)
|
||||||
|
|||||||
Reference in New Issue
Block a user