Newer
Older
make_invoice / app / src / components / main.js
import Vue from '../../../node_modules/vue/dist/vue.js';

require('./section-container.js');

new Vue({
    el: "#app",
    template: `
        <section-container></section-container>
    `
});