inital commit - cool-rtl
This commit is contained in:
parent
a55b1a0ec1
commit
9d2c2f0a5d
17
src/resumes/cool-rtl.vue
Executable file
17
src/resumes/cool-rtl.vue
Executable 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>
|
||||
Loading…
x
Reference in New Issue
Block a user