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:
@@ -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