From: Marc Foley Date: Wed, 16 Jul 2025 10:22:37 +0000 (+0100) Subject: fix errors X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94a68ea1b563f9afa8058ff9fb13a3319cb01b21;p=thirdparty%2Fgoogle%2Ffonts.git fix errors --- diff --git a/tagger2/index.html b/tagger2/index.html index 4e4ac1c2e..dccf810c3 100644 --- a/tagger2/index.html +++ b/tagger2/index.html @@ -12,6 +12,8 @@ + +
@@ -35,6 +37,7 @@ import AddCategory from "./AddCategory.js"; import VFView from "./VFView.js"; import { linter } from "./linter.js"; + import AddCategory from "./AddCategory.js"; Vue.component('tags-by-font', TagsByFont); Vue.component('tags-by-categories', TagsByCategories); @@ -44,6 +47,7 @@ Vue.component("add-tags", AddTags); Vue.component('add-category', AddCategory); Vue.component('vf-view', VFView); + Vue.component('add-category', AddCategory); var app = new Vue({ el: '#app',