askbot-dragon 1.6.37 → 1.6.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "askbot-dragon",
3
- "version": "1.6.37",
3
+ "version": "1.6.38",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -39,8 +39,8 @@
39
39
 
40
40
  <script>
41
41
  /* eslint-disable */
42
- import VueMarkdown from 'vue-markdown';
43
- import ImgView from "@/components/imgView";
42
+ // import VueMarkdown from 'vue-markdown';
43
+ import ImgView from "./imgView.vue";
44
44
  // import Typed from "typed.js";
45
45
  import hljs from 'highlight.js';
46
46
  import 'highlight.js/styles/default.css';
@@ -128,8 +128,7 @@ export default {
128
128
  }
129
129
  },
130
130
  components: {
131
- ImgView,
132
- VueMarkdown
131
+ ImgView
133
132
  },
134
133
  mounted() {
135
134
  this.$nextTick(() => {