Skip to content

Instantly share code, notes, and snippets.

@nivv
Last active April 28, 2016 10:23
Show Gist options
  • Save nivv/e970e285ca506f235d66060624d1a7a3 to your computer and use it in GitHub Desktop.
Save nivv/e970e285ca506f235d66060624d1a7a3 to your computer and use it in GitHub Desktop.
foo.vue
<template>
<gphe-header></gphe-header>
<div class="container-fluid main" v-if="!loading" transition="drag">
<h1>{{translate('title')}}</h1>
{{ currentPage.template.uuid }}
</div>
<script type="text/javascript">alert('heye')</script>
<gphe-footer :show-related="true" :tag-name="parent.name" :tags="parent.children"></gphe-footer>
</template>
<script>
import store from '../../vuex/store.js';
import * as actions from '../../vuex/actions';
////
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment