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