diff --git a/CHANGELOG.md b/CHANGELOG.md index 531d0d4..7a498cc 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.1.0 (Jan 1, 2021) + +- Support Vue 3. +- Upgrade to [postcss](https://github.com/postcss/postcss) 8. +- Upgrade to [markdown-it](https://github.com/markdown-it/markdown-it) 12. + ## 2.0.0 (Oct 19, 2019) - Release as a stable version. diff --git a/README.md b/README.md index 253a193..9abc585 100755 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ ## Features +- Supports Vue 2 and Vue 3. - Supports to load a markdown file as a Vue component. - Supports to load code blocks (Vue and HTML by default) as Vue components. - Supports 10 [options](#options). @@ -30,7 +31,6 @@ module: { rules: [ { test: /\.md$/, - exclude: /(node_modules|bower_components)/, use: [ 'vue-loader', { diff --git a/docs/index.html b/docs/index.html index b363fae..7c22edf 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,22 +1 @@ - - -
- - - -{{ message }}
\n',beforeCreate:function(){var e=document.createElement("style");e.textContent="\n.component-vue-0 p {\n border-radius: .25rem;\n border: 1px solid #eee;\n margin-bottom: 1rem;\n padding: .5rem 1rem;\n}\n",document.head.appendChild(e),this.$styleInjectedByMarkdownToVueLoader=e},beforeDestroy:function(){var e=this.$styleInjectedByMarkdownToVueLoader;e.parentNode.removeChild(e)}}]),e}()}},i,[function(){var e=this.$createElement,t=this._self._c||e;return t("blockquote",[t("p",[this._v("Vue code block will be loaded as a Vue component by default.")])])},function(){var e=this.$createElement,t=this._self._c||e;return t("pre",{pre:!0},[t("code",{pre:!0,attrs:{class:"language-vue"}},[this._v("\n{{ message }}
\n\n\n