rename component
This commit is contained in:
@@ -245,12 +245,11 @@
|
|||||||
],
|
],
|
||||||
content: `
|
content: `
|
||||||
<h2>
|
<h2>
|
||||||
Example content
|
Tables
|
||||||
</h2>
|
</h2>
|
||||||
<p>The table:</p>
|
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<th colspan=3 data-colwidth="100,0,0">Wide header</th>
|
<th colspan="3" data-colwidth="100,0,0">Wide header</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>One</td>
|
<td>One</td>
|
||||||
@@ -21,8 +21,8 @@
|
|||||||
<router-link class="subnavigation__link" to="/todo-list">
|
<router-link class="subnavigation__link" to="/todo-list">
|
||||||
Todo List
|
Todo List
|
||||||
</router-link>
|
</router-link>
|
||||||
<router-link class="subnavigation__link" to="/table">
|
<router-link class="subnavigation__link" to="/tables">
|
||||||
Table
|
Tables
|
||||||
</router-link>
|
</router-link>
|
||||||
<router-link class="subnavigation__link" to="/suggestions">
|
<router-link class="subnavigation__link" to="/suggestions">
|
||||||
Suggestions
|
Suggestions
|
||||||
|
|||||||
@@ -55,10 +55,10 @@ const routes = [
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/table',
|
path: '/tables',
|
||||||
component: () => import('Components/Routes/Table'),
|
component: () => import('Components/Routes/Tables'),
|
||||||
meta: {
|
meta: {
|
||||||
githubUrl: 'https://github.com/heyscrumpy/tiptap/tree/master/examples/Components/Routes/Table',
|
githubUrl: 'https://github.com/heyscrumpy/tiptap/tree/master/examples/Components/Routes/Tables',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user