]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
add font view
authorMarc Foley <m.foley.88@gmail.com>
Wed, 16 Jul 2025 14:27:03 +0000 (15:27 +0100)
committerMarc Foley <m.foley.88@gmail.com>
Fri, 18 Jul 2025 12:45:16 +0000 (13:45 +0100)
tagger2/index.html

index dccf810c313552ebcdd8d81c9f79ae141a575222..c9db07d5cc3e2bda6291f05152ca1ce52ff20357 100644 (file)
@@ -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',