Skip to content

Instantly share code, notes, and snippets.

View holic-cl's full-sized avatar
🏠
Working from home

Fernando holic-cl

🏠
Working from home
  • Algarrobo, Chile
View GitHub Profile

Keybase proof

I hereby claim:

  • I am holic-cl on github.
  • I am holic (https://keybase.io/holic) on keybase.
  • I have a public key ASAncR9l7v1Z-VS92m6Pjw9VrIj6pFrwJbHedXNyceyAlQo

To claim this, I am signing this object:

@holic-cl
holic-cl / App.vue
Last active August 3, 2017 01:03
This is my CollapseCustomComponent.vue
<template>
<div class="app">
<nprogress-container></nprogress-container>
<transition name="fade" mode="out-in">
<template v-if="loading">
<ryft-spinner></ryft-spinner>
</template>
<template v-else>
<router-view class="animated" ></router-view>
</template>
Atom : 1.17.2
Electron: 1.3.15
Chrome : 52.0.2743.82
Node : 6.5.0