Skip to content

Instantly share code, notes, and snippets.

@holgergp
Last active January 14, 2022 09:48
Show Gist options
  • Save holgergp/026bd0d43a9921e3b66ac890abc66e07 to your computer and use it in GitHub Desktop.
Save holgergp/026bd0d43a9921e3b66ac890abc66e07 to your computer and use it in GitHub Desktop.
Vue Code (TypeScript 4.5 Article)
<script setup>
import { someFunc } from "./some-module.js";
</script>
<button>Click me!</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment