discord-client/webpack/vue/channel.vue

18 lines
149 B
Vue
Raw Normal View History

2018-03-21 17:44:27 +00:00
<template>
<div class='body'>
</div>
</template><script>
export default {
name: 'channel-',
data(){ return { gs: gs.get }; }
}
</script>