Created
May 28, 2018 23:45
-
-
Save mjgartendev/d38bd0d042ffd1e3e88a311edbab38ba to your computer and use it in GitHub Desktop.
Component for Vue pages/views using typescript and postcss
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
<template> | |
</template> | |
<script lang="ts"> | |
import Vue from 'vue' | |
export default Vue.extend({ | |
}) | |
</script> | |
<style lang="postcss" scoped> | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment