mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-15 02:59: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">
|
||||
Tables
|
||||
</router-link>
|
||||
<router-link class="subnavigation__link" to="/search">
|
||||
Search
|
||||
<router-link class="subnavigation__link" to="/search-and-replace">
|
||||
Search and Replace
|
||||
</router-link>
|
||||
<router-link class="subnavigation__link" to="/suggestions">
|
||||
Suggestions
|
||||
|
@ -69,10 +69,10 @@ const routes = [
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/search',
|
||||
component: () => import('Components/Routes/Search'),
|
||||
path: '/search-and-replace',
|
||||
component: () => import('Components/Routes/SearchAndReplace'),
|
||||
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