From d3987501a1e38fe053c6040a4aaa3ba3004f4a1e Mon Sep 17 00:00:00 2001 From: mbndr Date: Thu, 14 Sep 2017 19:37:42 +0200 Subject: [PATCH] update dev-docs --- DEVELOPER.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/DEVELOPER.md b/DEVELOPER.md index 33c4609..bc14144 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -19,12 +19,9 @@ In the directory `src/resumes` you will find all existing templates. 1. Create a copy of `src/resumes/template.vue`. -2. Rename file and update component name: +2. Rename file and update template name: ```javascript -export default Vue.component('TEMPLATE-NAME', { - name: 'TEMPLATE-NAME', - ... -}); +let name = 'TEMPLATE-NAME'; ``` 3. Import the newly added template in `src/resumes/resumes.js`.