First Committ
This commit is contained in:
11
src/components/testpao/testpao.vue
Executable file
11
src/components/testpao/testpao.vue
Executable file
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<div id="logo">
|
||||
<img id="logoimg" :alt="logoalt()" :src=logoimg() :style="mystyle">
|
||||
</div>
|
||||
</template>
|
||||
<script lang="ts" src="./testpao.ts">
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import './testpao.scss';
|
||||
</style>
|
||||
Reference in New Issue
Block a user