Skip to content

Commit

Permalink
ci: remove dep
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Apr 14, 2021
1 parent c6e9fca commit f730cbf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.DS_Store
node_modules
/dist

demo.html
# local env files
.env.local
.env.*.local
Expand Down
2 changes: 0 additions & 2 deletions src/component/pro-form/src/ProLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -137,15 +137,13 @@

<script>
import { defineComponent, ref, toRef, toRefs, watch, nextTick, watchEffect } from '@vue/composition-api';
import Draggable from 'vuedraggable';
import Tabs from './components/Tabs/index.vue';
import ProFormItem from './ProFormItem.vue';
export default defineComponent({
name: 'ProLayout',
emits: ['table-selections', 'btn-on-click', 'chart-on-click'],
components: {
Draggable,
ProFormItem,
Tabs,
},
Expand Down

0 comments on commit f730cbf

Please sign in to comment.