Skip to content

Instantly share code, notes, and snippets.

@ChristianKienle
Created February 2, 2019 19:45
Show Gist options
  • Save ChristianKienle/b58a60f5570bee5dac253368ea4009ba to your computer and use it in GitHub Desktop.
Save ChristianKienle/b58a60f5570bee5dac253368ea4009ba to your computer and use it in GitHub Desktop.
<template>
<div />
</template>
<script lang="ts">
import Vue from 'vue'
// Use these types in order to cast your props. Delete if not needed.
// import { PropValidator } from "vue/types/options";
// import { Prop } from "vue/types/options";
export default Vue.extend({
name: 'Fd%filltext:name=Component Name%',
%fillpart:name=Supports v-Model?%model: {
prop: '',
event: '',
},%fillpartend%
props: {
},
methods: {
},
data() {
return {
};
},
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment