mirror of
https://github.com/simon987/music-graph-ui.git
synced 2025-12-14 07:09:06 +00:00
mm -> mg
This commit is contained in:
@@ -72,7 +72,7 @@ export function MusicGraph(data) {
|
||||
this.svg.classed('menu-mode', false)
|
||||
}
|
||||
|
||||
this.svg = d3.select('#mm')
|
||||
this.svg = d3.select('#mg')
|
||||
.append('svg')
|
||||
.attr('width', width)
|
||||
.attr('height', height)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div>
|
||||
<div id="mm"></div>
|
||||
<div id="mg"></div>
|
||||
<InputBar
|
||||
v-on:addArtist="onAddArtist($event)"
|
||||
v-on:addTag="onAddTag($event)"
|
||||
|
||||
Reference in New Issue
Block a user