discord-client/webpack/vue/dialog.vue

28 lines
247 B
Vue
Raw Normal View History

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