Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 4515d29

Browse files
committed
feat: create navigationLink component
1 parent f0eed01 commit 4515d29

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<template>
2+
<div />
3+
</template>
4+
5+
<script>
6+
export default {}
7+
</script>
8+
9+
<style>
10+
</style>

0 commit comments

Comments
 (0)