관리-도구
편집 파일: app.js
import '../css/app.css'; import Ignition from './Ignition'; window.ignite = data => { return new Ignition(data); };