vue2-client 1.14.20 → 1.14.21

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": "vue2-client",
3
- "version": "1.14.20",
3
+ "version": "1.14.21",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --no-eslint",
@@ -1,21 +0,0 @@
1
- <template>
2
- <ThreeTestOrders ref="three"></ThreeTestOrders>
3
- </template>
4
-
5
- <script>
6
- import ThreeTestOrders from '@/base-client/components/his/threeTestOrders/threeTestOrders.vue'
7
- export default {
8
- name: 'Test',
9
- components: {
10
- ThreeTestOrders
11
- },
12
- data () {
13
- return {
14
- msg: 'Welcome to Your Vue.js App'
15
- }
16
- }
17
- }
18
- </script>
19
-
20
- <style scoped>
21
- </style>