5 lines
169 B
Vue
5 lines
169 B
Vue
<template>
|
|
<Timeline :title="'Public Timeline'" v-bind:timeline="timeline" v-bind:timeline-name="'public'"/>
|
|
</template>
|
|
|
|
<script src="./public_timeline.js"></script>
|