import AddCategory from "./AddCategory.js";
import VFView from "./VFView.js";
import { linter } from "./linter.js";
- import AddTags from "./AddTags.js";
- import AddCategory from "./AddCategory.js";
- import VFView from "./VFView.js";
Vue.component('tags-by-font', TagsByFont);
Vue.component('tags-by-categories', TagsByCategories);
Vue.component("add-tags", AddTags);
Vue.component('add-category', AddCategory);
Vue.component('vf-view', VFView);
- Vue.component('add-category', AddCategory);
- Vue.component('vf-view', VFView);
var app = new Vue({
el: '#app',