9 lines
110 B

8 years ago
<One ref:one/>
<script>
import One from './One.html';
export default {
components: { One }
};
</script>