remove @vueuse/motion

+ remove unused data folder
This commit is contained in:
geoffrey45
2022-08-02 05:42:07 +03:00
parent 3d2e436d9e
commit c2783fe540
14 changed files with 9 additions and 235 deletions
+1 -2
View File
@@ -1,6 +1,6 @@
<template>
<div id="folder-nav-title">
<div class="folder" v-motion-slide-from-left-100>
<div class="folder">
<div class="fname">
<div class="icon image"></div>
<div class="paths">
@@ -9,7 +9,6 @@
v-for="path in subPaths"
:key="path.path"
:class="{ inthisfolder: path.active }"
v-motion-slide-from-left-100
@click="
$router.push({ name: 'FolderView', params: { path: path.path } })
"