chore: remove vue-multiselect (#1018)

This commit is contained in:
ZYSzys 2018-08-28 09:59:18 +08:00 committed by 花裤衩
parent 325120b653
commit ccf1791fca
2 changed files with 1 additions and 4 deletions

View file

@ -56,7 +56,6 @@
"vue": "2.5.17",
"vue-count-to": "1.0.13",
"vue-i18n": "7.3.2",
"vue-multiselect": "2.1.0",
"vue-router": "3.0.1",
"vue-splitpane": "1.0.2",
"vuedraggable": "^2.16.0",

View file

@ -77,8 +77,6 @@
import Tinymce from '@/components/Tinymce'
import Upload from '@/components/Upload/singleImage3'
import MDinput from '@/components/MDinput'
import Multiselect from 'vue-multiselect'// 使element-uiselect
import 'vue-multiselect/dist/vue-multiselect.min.css'// css
import Sticky from '@/components/Sticky' // header
import { validateURL } from '@/utils/validate'
import { fetchArticle } from '@/api/article'
@ -102,7 +100,7 @@ const defaultForm = {
export default {
name: 'ArticleDetail',
components: { Tinymce, MDinput, Upload, Multiselect, Sticky, Warning, CommentDropdown, PlatformDropdown, SourceUrlDropdown },
components: { Tinymce, MDinput, Upload, Sticky, Warning, CommentDropdown, PlatformDropdown, SourceUrlDropdown },
props: {
isEdit: {
type: Boolean,