Created
March 9, 2018 09:34
-
-
Save markuman/4e9ced7d7dd555e4a9e7972cdd6a1764 to your computer and use it in GitHub Desktop.
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
<!-- my-component.vue --> | |
<template> | |
<div>This will be pre-compiled</div> | |
</template> | |
<script src="./my-component.js"></script> | |
<style src="./my-component.css"></style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment