Fixed merge conflicts
This commit is contained in:
@@ -12,14 +12,11 @@ const xsdTool = import("@views/XSDView.vue")
|
||||
const xpathTool = import("@views/XPathView.vue")
|
||||
const xqueryTool = import("@views/XQueryView.vue")
|
||||
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
const base64Encoder = import("@views/Base64EncoderView.vue")
|
||||
const urlEncoder = import("@views/UrlEncoderView.vue")
|
||||
|
||||
const restMockMan = import("@views/man/RestMockManView.vue")
|
||||
|
||||
>>>>>>> 307e732608fca31b60027b417412691ff0e1c2f0
|
||||
const routes = [
|
||||
{
|
||||
path: '/',
|
||||
@@ -65,8 +62,6 @@ const routes = [
|
||||
path: '/rest/mock',
|
||||
name: 'restmock',
|
||||
component: () => restMock
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
},
|
||||
{
|
||||
path: '/encoder/base64',
|
||||
@@ -82,7 +77,6 @@ const routes = [
|
||||
path: '/man/rest-mock',
|
||||
name: 'RestMockManView',
|
||||
component: () => restMockMan
|
||||
>>>>>>> 307e732608fca31b60027b417412691ff0e1c2f0
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user