From: Marc Foley Date: Wed, 16 Jul 2025 14:27:03 +0000 (+0100) Subject: add font view X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15546831cbfa6b7866f4795dce3c4a1579818ba9;p=thirdparty%2Fgoogle%2Ffonts.git add font view --- diff --git a/tagger2/index.html b/tagger2/index.html index dccf810c3..c9db07d5c 100644 --- a/tagger2/index.html +++ b/tagger2/index.html @@ -38,6 +38,7 @@ import VFView from "./VFView.js"; import { linter } from "./linter.js"; import AddCategory from "./AddCategory.js"; + import VFView from "./VFView.js"; Vue.component('tags-by-font', TagsByFont); Vue.component('tags-by-categories', TagsByCategories); @@ -48,6 +49,7 @@ 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',