mirror of
https://github.com/tenrok/vue-tribute.git
synced 2026-06-01 20:34:06 +03:00
7 lines
97 B
JavaScript
7 lines
97 B
JavaScript
import Vue from "vue";
|
|
import app from "./app";
|
|
new Vue({
|
|
el: "body",
|
|
components: { app }
|
|
})
|