feat: first commit
This commit is contained in:
9
packages/MyComponent.vue
Normal file
9
packages/MyComponent.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<div>Hello {{ msg }} !</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
defineProps({
|
||||
msg: String
|
||||
})
|
||||
</script>
|
1
packages/index.ts
Normal file
1
packages/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export { default as MyComponent } from './MyComponent.vue'
|
Reference in New Issue
Block a user