inital commit - cool-rtl

This commit is contained in:
Karthik Siddarth 2019-04-14 20:48:40 +05:30
parent a55b1a0ec1
commit 9d2c2f0a5d

17
src/resumes/cool-rtl.vue Executable file
View File

@ -0,0 +1,17 @@
<template>
<div class="resume" id="template">
<h1>This is a template</h1>
</div>
</template>
<script>
import Vue from 'vue';
import { getVueOptions } from './options';
const name = 'cool-rtl';
export default Vue.component(name, getVueOptions(name));
</script>
<!-- Add "scoped" attribute to limit CSS to this component only -->
<style lang="less" scoped>
</style>