This is based on
- vue-image-crop-upload.
- {{ $t('components.imageUploadTips') }}
-
-
- {{ $t('components.backToTopTips1') }}
- {{ $t('components.backToTopTips2') }}
- <count-to :start-val='{{ _startVal }}' :end-val='{{ _endVal }}' :duration='{{ _duration }}'
- :decimals='{{ _decimals }}' :separator='{{ _separator }}' :prefix='{{ _prefix }}' :suffix='{{ _suffix }}'
- :autoplay=false>
- drag-list base on
- Vue.Draggable
-
-
- Based on dropzone .
- {{ $t('components.dropzoneTips') }}
-
- JsonEditor is base on CodeMirrorr , lint base on json-lint
- Markdown is based on
- tui.editor ,Simply encapsulated in Vue.
-
- Documentation
-
-
- SplitPane If you've used
- codepen,
- jsfiddle will not be unfamiliar.
- Github repository
-
- Sticky header, {{ $t('components.stickyTips') }}
-
- {{ $t('components.tinymceTips') }}
- {{ $t('components.documentation') }}
-
- - 创建和编辑页面是不能被keep-alive 缓存的,因为keep-alive 的include 目前不支持根据路由来缓存,所以目前都是基于component name 来缓存的,如果你想要实现缓存的效果,可以使用localstorage 等浏览器缓存方案。或者不要使用keep-alive - 的include,直接缓存所有页面。详情见 - 文档 -
- - diff --git a/src/views/example/create.vue b/src/views/example/create.vue deleted file mode 100644 index d0f7b787..00000000 --- a/src/views/example/create.vue +++ /dev/null @@ -1,13 +0,0 @@ - -