2
0
mirror of https://github.com/tenrok/vue-tribute.git synced 2026-06-01 20:34:06 +03:00
Files
vue-tribute/example/index.js
T
2016-07-17 10:48:56 -04:00

7 lines
97 B
JavaScript

import Vue from "vue";
import app from "./app";
new Vue({
el: "body",
components: { app }
})