Initial commit
This commit is contained in:
10
archive/RNBOPlayer/index.vue
Normal file
10
archive/RNBOPlayer/index.vue
Normal file
@@ -0,0 +1,10 @@
|
||||
<!-- eslint-disable vue/multi-word-component-names -->
|
||||
<template>
|
||||
<div>
|
||||
<RNBOPlayer />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import RNBOPlayer from '~/archive/components/tests/RNBOPlayer.vue'
|
||||
</script>
|
Reference in New Issue
Block a user