Last active
February 6, 2019 23:35
-
-
Save vuejsdevelopers/ffdceb0734b3bec27fbb420c9d9eccad to your computer and use it in GitHub Desktop.
New in Vue: ES Module Browser Build - Snippet 02
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="module"> | |
import {addTextToBody} from './utils.mjs'; | |
addTextToBody('Modules are pretty cool.'); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment