mirror of
https://github.com/bitinflow/ui-old.git
synced 2026-03-13 13:45:57 +00:00
Fix imports
This commit is contained in:
@@ -5,8 +5,10 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import Button from "./Button";
|
||||
export default {
|
||||
name: "SecondLevelLink",
|
||||
components: {Button},
|
||||
props: {
|
||||
icon: {
|
||||
type: String,
|
||||
|
||||
@@ -19,8 +19,10 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import SecondLevelLink from "./SecondLevelLink";
|
||||
export default {
|
||||
name: "SecondLevelMenu",
|
||||
components: {SecondLevelLink},
|
||||
props: {
|
||||
items: {
|
||||
type: Array,
|
||||
|
||||
@@ -31,9 +31,11 @@
|
||||
<script>
|
||||
import {mapState} from "pinia";
|
||||
import {useMenuStore} from "../stores/menu";
|
||||
import Button from "./Button";
|
||||
|
||||
export default {
|
||||
name: "ThirdLevelMenu",
|
||||
components: {Button},
|
||||
data() {
|
||||
return {
|
||||
link: ''
|
||||
|
||||
Reference in New Issue
Block a user