stable
Clone or download
Read-only
Part of epic #12142 Baseline v1 Use standard library to manage page routing. Change-Id: I89c8052793ba8dc5d5de1ac71a545e8362f36e87
Modified Files
Name | ||||
---|---|---|---|---|
A | scripts/baseline/components/App.vue | +37 | −0 | Go to diff View file |
M | scripts/baseline/components/BaselineTableBodyCells.vue | +8 | −2 | Go to diff View file |
D | scripts/baseline/components/NotFoundPage.vue | +0 | −11 | Go to diff View file |
D | scripts/baseline/components/Router.spec.js | +0 | −50 | Go to diff View file |
D | scripts/baseline/components/Router.vue | +0 | −71 | Go to diff View file |
D | scripts/baseline/components/RouterPlugin.js | +0 | −28 | Go to diff View file |
M | scripts/baseline/components/baseline-page/BaselinePage.spec.js | +2 | −1 | Go to diff View file |
M | scripts/baseline/components/baseline-page/BaselinePage.vue | +13 | −7 | Go to diff View file |
D | scripts/baseline/components/routes.js | +0 | −28 | Go to diff View file |
M | scripts/baseline/index.js | +7 | −7 | Go to diff View file |
M | scripts/baseline/po/fr.po | +6 | −3 | Go to diff View file |
M | scripts/baseline/po/template.pot | +6 | −3 | Go to diff View file |
A | scripts/baseline/router/NotFoundPage.vue | +29 | −0 | Go to diff View file |
A | scripts/baseline/router/index.js | +59 | −0 | Go to diff View file |
M | scripts/baseline/support/local-vue.js | +2 | −0 | Go to diff View file |
M | scripts/package-lock.json | +5 | −0 | Go to diff View file |
M | scripts/package.json | +2 | −1 | Go to diff View file |