This commit is contained in:
ed barz 2023-01-13 11:47:56 +01:00
parent 1ff2f32e5a
commit 2328f56d86
2 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,6 @@ Vue.component('nicon', {
}) })
Vue.component('userdet', { Vue.component('userdet', {
//props: ['name'],
template: '<p>Hi</p>', template: '<p>Hi</p>',
mounted () { mounted () {
console.log("check") console.log("check")

View File

@ -46,6 +46,8 @@
</nav> </nav>
<section class="refresult"> <section class="refresult">
<userdet></userdet>
<!-- <!--
<ritem v-bind:tags="[tags.code, tags.css]" v-bind:fresh="isFresh" ref="ritems">CSS Reffs</ritem> <ritem v-bind:tags="[tags.code, tags.css]" v-bind:fresh="isFresh" ref="ritems">CSS Reffs</ritem>