updated docs to include create a class guide
This commit is contained in:
@@ -8,6 +8,7 @@ const docPaths = [
|
||||
'dependency-loops',
|
||||
'docs',
|
||||
'tags',
|
||||
'walkthroughs/create-a-class',
|
||||
];
|
||||
const docs = new Map();
|
||||
docPaths.forEach(path => {
|
||||
|
||||
@@ -1,7 +1,10 @@
|
||||
<template>
|
||||
<v-container class="documentation">
|
||||
<v-row>
|
||||
<v-col cols="12">
|
||||
<v-row justify="center">
|
||||
<v-col
|
||||
cols="12"
|
||||
lg="8"
|
||||
>
|
||||
<v-fade-transition mode="out-in">
|
||||
<v-card
|
||||
v-if="doc"
|
||||
|
||||
@@ -1,7 +1,10 @@
|
||||
<template>
|
||||
<v-container class="documentation">
|
||||
<v-row>
|
||||
<v-col cols="12">
|
||||
<v-row justify="center">
|
||||
<v-col
|
||||
cols="12"
|
||||
lg="8"
|
||||
>
|
||||
<v-card>
|
||||
<v-card-text class="markdown">
|
||||
<h1>Functions</h1>
|
||||
|
||||
Reference in New Issue
Block a user