Skip to content

Commit 3ae5c48

Browse files
Shanon LeeShanon Lee
authored andcommitted
Incorporate ParentMultiselect.vue, new vue-multiselect ver
1 parent 6563835 commit 3ae5c48

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

package-lock.json

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"quasar": "^2.0.0",
3232
"quasar-dotenv": "^1.0.5",
3333
"vue-draggable-resizable": "^2.3.0",
34+
"vue-multiselect": "^3.0.0-alpha.1",
3435
"vue-prism-editor": "^2.0.0-alpha.2",
3536
"vued3tree": "^5.1.0",
3637
"vuex": "^4.0.1"

src/components/home_sidebar_items/ParentMultiselect.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,10 @@ export default {
7474
}
7575
}
7676
}
77-
</script>
7877
78+
</script>
7979
<style src="vue-multiselect/dist/vue-multiselect.css"></style>
80+
8081
<style scoped>
8182
#parent-select {
8283
height: 30px;

0 commit comments

Comments
 (0)