mali-applet-ui 0.1.56 → 0.1.57

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.
@@ -24,16 +24,16 @@
24
24
  </template>
25
25
 
26
26
  <script>
27
- import VoiceInput from './voice-input.vue'
27
+ // import VoiceInput from './voice-input.vue'
28
28
 
29
29
  export default {
30
30
  name: 'MlTextarea',
31
31
  options: {
32
32
  virtualHost: true
33
33
  },
34
- components: {
35
- VoiceInput
36
- },
34
+ // components: {
35
+ // VoiceInput
36
+ // },
37
37
  props: {
38
38
  value: {
39
39
  type: String,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mali-applet-ui",
3
- "version": "0.1.56",
3
+ "version": "0.1.57",
4
4
  "description": "码里云小程序组件库",
5
5
  "files": [
6
6
  "components",