discord-client/parcel/vue/noauth/wrapper.vue

23 lines
222 B
Vue
Raw Normal View History

<template>
<div id="WRAPPER" class='login'>
<!-- Container -->
<router-view></router-view>
</div>
</template><script>
export default {
name: 'wrapper-',
data(){ return { gs: gs.get }; },
}
</script>