mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-15 11:09:01 +08:00
change search url
This commit is contained in:
parent
e7513793dd
commit
17c1e8cf46
@ -24,8 +24,8 @@
|
|||||||
<router-link class="subnavigation__link" to="/tables">
|
<router-link class="subnavigation__link" to="/tables">
|
||||||
Tables
|
Tables
|
||||||
</router-link>
|
</router-link>
|
||||||
<router-link class="subnavigation__link" to="/search">
|
<router-link class="subnavigation__link" to="/search-and-replace">
|
||||||
Search
|
Search and Replace
|
||||||
</router-link>
|
</router-link>
|
||||||
<router-link class="subnavigation__link" to="/suggestions">
|
<router-link class="subnavigation__link" to="/suggestions">
|
||||||
Suggestions
|
Suggestions
|
||||||
|
@ -69,10 +69,10 @@ const routes = [
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/search',
|
path: '/search-and-replace',
|
||||||
component: () => import('Components/Routes/Search'),
|
component: () => import('Components/Routes/SearchAndReplace'),
|
||||||
meta: {
|
meta: {
|
||||||
githubUrl: 'https://github.com/scrumpy/tiptap/tree/master/examples/Components/Routes/Search',
|
githubUrl: 'https://github.com/scrumpy/tiptap/tree/master/examples/Components/Routes/SearchAndReplace',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user