mirror of
https://github.com/D00Movenok/HTMLSmuggler
synced 2026-06-08 10:49:16 +00:00
8 lines
143 B
Vue
8 lines
143 B
Vue
<script>
|
|
import { download } from "./payload.esm";
|
|
</script>
|
|
|
|
<template>
|
|
<button @click="download()">Some phishy button</button>
|
|
</template>
|