Skip to content

Instantly share code, notes, and snippets.

@aloerina01
Created March 8, 2017 09:07
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 aloerina01/b4c99e5c5d554e33beb4c7c35af78108 to your computer and use it in GitHub Desktop.
Save aloerina01/b4c99e5c5d554e33beb4c7c35af78108 to your computer and use it in GitHub Desktop.
Vueの単一ファイルコンポーネントは実は分けられる
<div id="component01">
...
</div>
<template src="./_index.html"></template>
<script>
// ...
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment