Created
February 2, 2019 19:45
-
-
Save ChristianKienle/b58a60f5570bee5dac253368ea4009ba 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
<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