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

Commit 72d0121

Browse files
committed
build v0.7.1
fix: relative paths
1 parent b3e107e commit 72d0121

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@xsoulspace/vue_flutter_tailwind",
33
"description": "Vue3 styled like Flutter with Tailwind CSS",
4-
"version": "0.7.0",
4+
"version": "0.7.1",
55
"private": false,
66
"author": {
77
"name": "Anton Malofeev",

src/components/MutliDropdownButton.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { BorderRadius } from '@/abstract'
21
import { computed, defineComponent, h, ref } from 'vue'
2+
import { BorderRadius } from '../abstract'
33
import { BoxDecoration } from '../abstract/BoxDecoration'
44
import { BoxShadow } from '../abstract/BoxShadow'
55
import { Colors } from '../abstract/Colors'

0 commit comments

Comments
 (0)