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

Commit

Permalink
build v0.7.1
Browse files Browse the repository at this point in the history
fix: relative paths
  • Loading branch information
Arenukvern committed Feb 19, 2021
1 parent b3e107e commit 72d0121
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@xsoulspace/vue_flutter_tailwind",
"description": "Vue3 styled like Flutter with Tailwind CSS",
"version": "0.7.0",
"version": "0.7.1",
"private": false,
"author": {
"name": "Anton Malofeev",
Expand Down
2 changes: 1 addition & 1 deletion src/components/MutliDropdownButton.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { BorderRadius } from '@/abstract'
import { computed, defineComponent, h, ref } from 'vue'
import { BorderRadius } from '../abstract'
import { BoxDecoration } from '../abstract/BoxDecoration'
import { BoxShadow } from '../abstract/BoxShadow'
import { Colors } from '../abstract/Colors'
Expand Down

0 comments on commit 72d0121

Please sign in to comment.