mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-08-06 13:38:49 +08:00
rename bubble navigation
This commit is contained in:
parent
583b496b36
commit
fcb11f507c
@ -3,8 +3,8 @@
|
||||
<router-link class="navigation__link" to="/">
|
||||
Default
|
||||
</router-link>
|
||||
<router-link class="navigation__link" to="/bubble-navigation">
|
||||
Bubble Navigation
|
||||
<router-link class="navigation__link" to="/bubble-menu">
|
||||
Bubble Menu
|
||||
</router-link>
|
||||
<router-link class="navigation__link" to="/links">
|
||||
Links
|
||||
|
@ -4,7 +4,7 @@ import VueRouter from 'vue-router'
|
||||
import svgSpriteLoader from 'helpers/svg-sprite-loader'
|
||||
import App from 'Components/App'
|
||||
import RouteDefault from 'Components/Routes/Default'
|
||||
import RouteBubbleNavigation from 'Components/Routes/BubbleNavigation'
|
||||
import RouteBubbleMenu from 'Components/Routes/BubbleMenu'
|
||||
import RouteLinks from 'Components/Routes/Links'
|
||||
|
||||
const __svg__ = { path: './assets/images/icons/*.svg', name: 'assets/images/[hash].sprite.svg' }
|
||||
@ -20,8 +20,8 @@ const routes = [
|
||||
component: RouteDefault,
|
||||
},
|
||||
{
|
||||
path: '/bubble-navigation',
|
||||
component: RouteBubbleNavigation,
|
||||
path: '/bubble-menu',
|
||||
component: RouteBubbleMenu,
|
||||
},
|
||||
{
|
||||
path: '/links',
|
||||
|
Loading…
Reference in New Issue
Block a user