diff --git a/assets/js/ed.brz9.js b/assets/js/ed.brz9.js
index 8e84811..f0f41f4 100644
--- a/assets/js/ed.brz9.js
+++ b/assets/js/ed.brz9.js
@@ -1,3 +1,28 @@
+Vue.component('rnav', {
+ template: `
+ {{ tag.name }}
+ `,
+ props : ['tag'],
+ methods: {
+ toggle() {
+ vm.$data.isFresh = false
+ this.tag.isTrue = !this.tag.isTrue
+ }
+ }
+})
+
+Vue.component('ritem', {
+ template: `
+
+ `,
+ props : {
+ tags: Array,
+ fresh: Boolean
+ }
+})
+
Vue.component('rssdate', {
template: `