Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/AppSidebar/TagsItem.vue')
-rw-r--r--src/components/AppSidebar/TagsItem.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/AppSidebar/TagsItem.vue b/src/components/AppSidebar/TagsItem.vue
index dde6e7fd..baad630d 100644
--- a/src/components/AppSidebar/TagsItem.vue
+++ b/src/components/AppSidebar/TagsItem.vue
@@ -53,9 +53,9 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
import MultiselectOption from './MultiselectOption.vue'
import { translate as t } from '@nextcloud/l10n'
-import NcMultiselect from '@nextcloud/vue/dist/Components/NcMultiselect'
+import NcMultiselect from '@nextcloud/vue/dist/Components/NcMultiselect.js'
-import Tag from 'vue-material-design-icons/Tag'
+import Tag from 'vue-material-design-icons/Tag.vue'
export default {
components: {