Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created January 27, 2021 22:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/443c4417823abd66b9dfc6e648eea298 to your computer and use it in GitHub Desktop.
Save parzibyte/443c4417823abd66b9dfc6e648eea298 to your computer and use it in GitHub Desktop.
export default {
name: "CompartirArchivo",
props: ["archivo"], // <-- Estoy indicando que recibiré la propiedad archivo
data: () => ({
cargando: false,
compartido: false,
hash: "",
}),
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment