mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 12:17:08 +00:00
Rename GraphArraysIJScatter to DougalGraphArraysIJScatter
This commit is contained in:
@@ -134,13 +134,15 @@ import DougalGraphGunsPressure from '@/components/graph-guns-pressure.vue';
|
||||
import DougalGraphGunsTiming from '@/components/graph-guns-timing.vue';
|
||||
import DougalGraphGunsDepth from '@/components/graph-guns-depth.vue';
|
||||
import DougalGraphGunsHeatmap from '@/components/graph-guns-heatmap.vue';
|
||||
import GraphArraysIJScatter from '@/components/graph-arrays-ij-scatter.vue';
|
||||
import DougalGraphArraysIJScatter from '@/components/graph-arrays-ij-scatter.vue';
|
||||
import DougalGraphSettingsSequence from '@/components/graph-settings-sequence.vue';
|
||||
|
||||
export default {
|
||||
name: "Graphs",
|
||||
|
||||
components: {
|
||||
GraphArraysIJScatter,
|
||||
DougalGraphSettingsSequence,
|
||||
DougalGraphArraysIJScatter,
|
||||
DougalGraphGunsPressure,
|
||||
DougalGraphGunsTiming,
|
||||
DougalGraphGunsDepth,
|
||||
@@ -148,8 +150,6 @@ export default {
|
||||
},
|
||||
|
||||
data () {
|
||||
component: "GraphArraysIJScatter",
|
||||
attributes: {
|
||||
const items = [
|
||||
{
|
||||
component: "DougalGraphGunsPressure",
|
||||
@@ -164,6 +164,8 @@ export default {
|
||||
component: "DougalGraphGunsHeatmap",
|
||||
},
|
||||
{
|
||||
component: "DougalGraphArraysIJScatter",
|
||||
attributes: {
|
||||
}
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user