6 lines
94 B
Vue
6 lines
94 B
Vue
|
|
<template>
|
||
|
|
<Container type="ghost" :responsive="true">
|
||
|
|
Hello
|
||
|
|
</Container>
|
||
|
|
</template>
|