rename component
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<script setup>
|
<script setup>
|
||||||
import { ref, onMounted } from 'vue';
|
import { ref, onMounted } from 'vue';
|
||||||
import HelloWorld from './components/HelloWorld.vue';
|
import Home from './components/Home.vue';
|
||||||
import * as Trianglify from 'trianglify';
|
import * as Trianglify from 'trianglify';
|
||||||
|
|
||||||
const roundStep = 200;
|
const roundStep = 200;
|
||||||
@@ -35,7 +35,7 @@ window.addEventListener('resize', event => {
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div ref="background" class="background"></div>
|
<div ref="background" class="background"></div>
|
||||||
<HelloWorld/>
|
<Home/>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
|||||||
Reference in New Issue
Block a user